This is a more applicable error message.

This commit is contained in:
GJ 2013-02-08 13:28:58 -05:00
parent a424d36e96
commit 27e4a2c290

View File

@ -75,7 +75,7 @@ public class PartyJoinCommand implements CommandExecutor {
return false;
}
sender.sendMessage(LocaleLoader.getString("Commands.DoesNotExist"));
sender.sendMessage(LocaleLoader.getString("Party.Player.Invalid"));
return false;
}