forked from MagicBane/Server
Interest manager updates when moving 64 units.
This commit is contained in:
@@ -234,7 +234,7 @@ public enum InterestManager implements Runnable {
|
||||
|
||||
float distanceSquared = player.getLoc().distanceSquared2D(player.getLastStaticLoc());
|
||||
|
||||
if (distanceSquared > sqr(25))
|
||||
if (distanceSquared > sqr(64))
|
||||
player.setLastStaticLoc(player.getLoc());
|
||||
else if (player.isDirtyLoad() == false)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user