forked from MagicBane/Server
box check only every 10 seconds
This commit is contained in:
@@ -4913,13 +4913,16 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
continue;
|
||||
if (pc.isBoxed == false) {
|
||||
player.isBoxed = true;
|
||||
InterestManager.setObjectDirty(player);
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
player.isBoxed = false;
|
||||
InterestManager.setObjectDirty(player);
|
||||
}catch(Exception e){
|
||||
player.isBoxed = false;
|
||||
InterestManager.setObjectDirty(player);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user