box check only every 10 seconds

This commit is contained in:
2024-05-17 23:56:46 -05:00
parent c412336257
commit 422cf10eea
2 changed files with 15 additions and 12 deletions
@@ -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);
}