More cleanup to PartyManager.

This commit is contained in:
GJ
2013-08-26 11:55:35 -04:00
parent 94a5bef62c
commit a17d1d3a2f
8 changed files with 98 additions and 112 deletions

View File

@ -29,7 +29,7 @@ public class PartyCreateCommand implements CommandExecutor {
return true;
}
PartyManager.createParty(player, mcMMOPlayer, args[1], getPassword(args));
PartyManager.createParty(mcMMOPlayer, args[1], getPassword(args));
return true;
default: