forked from MagicBane/Server
stop invisible player plague
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user