1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 22:24:43 +02:00

Fixed bug with locale strings and party teleport.

This commit is contained in:
GJ
2012-05-30 10:40:58 -04:00
parent 39c2c5f25f
commit ce9d668602
2 changed files with 2 additions and 1 deletions
Changelog.txt
src/main/java/com/gmail/nossr50/commands/party

@ -57,7 +57,7 @@ public class PtpCommand implements CommandExecutor {
}
if (target == null) {
player.sendMessage(LocaleLoader.getString("Party.Teleport.Invalid"));
player.sendMessage(LocaleLoader.getString("Party.Player.Invalid"));
return true;
}