rollback visual BOXED indicator

This commit is contained in:
2025-03-16 15:47:25 -05:00
parent 0ec2add724
commit de1e8eed98
2 changed files with 13 additions and 10 deletions
@@ -537,8 +537,8 @@ public enum InterestManager implements Runnable {
// Update loaded upbjects lists
//player.isBoxed = PlayerCharacter.checkIfBoxed(player);
player.updateBoxStatus(PlayerCharacter.checkIfBoxed(player));
player.isBoxed = PlayerCharacter.checkIfBoxed(player);
//player.updateBoxStatus(PlayerCharacter.checkIfBoxed(player));
player.setDirtyLoad(true);
updateStaticList(player, origin);
updateMobileList(player, origin);