Fixed /party kick

Fixes #1499
This commit is contained in:
TfT_02 2013-09-30 10:39:33 +02:00
parent ceacd7dc52
commit 45143836e5

View File

@ -34,6 +34,7 @@ public class PartyKickCommand implements CommandExecutor {
return true;
}
PartyManager.processPartyLeaving(UserManager.getPlayer(onlineTarget));
onlineTarget.sendMessage(LocaleLoader.getString("Commands.Party.Kick", partyName));
}