forked from MagicBane/Server
rollback visual BOXED indicator
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user