stop invisible player plague

This commit is contained in:
2025-03-16 07:43:47 -05:00
parent 8194bd8ef2
commit 9032565220
2 changed files with 45 additions and 20 deletions
@@ -537,7 +537,8 @@ public enum InterestManager implements Runnable {
// Update loaded upbjects lists
player.isBoxed = PlayerCharacter.checkIfBoxed(player);
//player.isBoxed = PlayerCharacter.checkIfBoxed(player);
player.updateBoxStatus(player.isBoxed,PlayerCharacter.checkIfBoxed(player));
player.setDirtyLoad(true);
updateStaticList(player, origin);
updateMobileList(player, origin);