1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-21 16:31:25 +02:00

Yet another stupid error.

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

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