forked from MagicBane/Server
box check only every 10 seconds
This commit is contained in:
@@ -530,7 +530,7 @@ public enum InterestManager implements Runnable {
|
||||
player.setDirtyLoad(true);
|
||||
updateStaticList(player, origin);
|
||||
updateMobileList(player, origin);
|
||||
player.isBoxed = PlayerCharacter.checkIfBoxed(player);
|
||||
PlayerCharacter.checkIfBoxed(player);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user