new 3 box limit

This commit is contained in:
2024-03-26 12:43:32 -05:00
parent 797b863fe1
commit a320333ddc
2 changed files with 18 additions and 16 deletions
-5
View File
@@ -711,11 +711,6 @@ public class WorldServer {
}
player.getTimestamps().put("logout", System.currentTimeMillis());
player.setEnteredWorld(false);
if(InterestManager.playersByMachine.containsKey(player.getClientConnection().machineID)){
if(InterestManager.playersByMachine.get(player.getClientConnection().machineID).contains(player)){
InterestManager.playersByMachine.get(player.getClientConnection().machineID).remove(player);
}
}
// remove from simulation and zero current loc
WorldGrid.RemoveWorldObject(player);