mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 15:16:45 +01:00
Fixed bug with locale strings and party teleport.
This commit is contained in:
parent
39c2c5f25f
commit
ce9d668602
@ -14,6 +14,7 @@ Version 1.3.09
|
|||||||
= Fixed bug with duping blocks via piston pushing
|
= Fixed bug with duping blocks via piston pushing
|
||||||
= Fixed bug with falling sand/gravel not being tracked
|
= Fixed bug with falling sand/gravel not being tracked
|
||||||
= Fixed bug with Tree Feller not working with custom axes
|
= Fixed bug with Tree Feller not working with custom axes
|
||||||
|
= Fixed bug with locale strings when trying to teleport to a non-existent player.
|
||||||
! Changed Spout settings to be in their own config file (spout.yml)
|
! Changed Spout settings to be in their own config file (spout.yml)
|
||||||
|
|
||||||
Version 1.3.08
|
Version 1.3.08
|
||||||
|
@ -57,7 +57,7 @@ public class PtpCommand implements CommandExecutor {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (target == null) {
|
if (target == null) {
|
||||||
player.sendMessage(LocaleLoader.getString("Party.Teleport.Invalid"));
|
player.sendMessage(LocaleLoader.getString("Party.Player.Invalid"));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user