new 3 box limit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user