Yet another stupid error.

This commit is contained in:
GJ 2013-02-08 14:55:09 -05:00
parent 27e4a2c290
commit 4957366beb

View File

@ -30,7 +30,7 @@ public class PartyCreateCommand implements CommandExecutor {
// Check to see if the party exists, and if it does cancel creating a new party
if (newParty != null) {
player.sendMessage(LocaleLoader.getString("Commands.Party.AlreadyExists", args[1]));
sender.sendMessage(LocaleLoader.getString("Commands.Party.AlreadyExists", args[1]));
return true;
}