1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00

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;
}