mirror of
https://e.coding.net/circlecloud/Residence.git
synced 2025-11-24 21:46:16 +00:00
@@ -613,6 +613,7 @@ public class ResidencePlayerListener implements Listener {
|
||||
long now = System.currentTimeMillis();
|
||||
if (!lastUpdate.containsKey(player.getName())) {
|
||||
lastUpdate.put(player.getName(), now);
|
||||
return;
|
||||
}
|
||||
long last = lastUpdate.get(player.getName());
|
||||
if (now - last < Residence.getConfigManager().getMinMoveUpdateInterval())
|
||||
|
||||
Reference in New Issue
Block a user