new box flag system

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