forked from MagicBane/Server
new box flag system
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user