forked from MagicBane/Server
create PlayerManager static class
This commit is contained in:
@@ -417,7 +417,7 @@ public class ObjectActionMsgHandler extends AbstractClientMsgHandler {
|
||||
if (!toCommand.isSiege())
|
||||
return true;
|
||||
|
||||
if (player.commandSiegeMinion(toCommand)) {
|
||||
if (PlayerManager.commandSiegeMinion(player, toCommand)) {
|
||||
itemMan.consume(item);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user