forked from MagicBane/Server
special hellgate mob AI distance
This commit is contained in:
@@ -5159,7 +5159,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
this.timestamps.put("SetDirty", System.currentTimeMillis());
|
||||
}else if (this.timestamps.get("SetDirty") + 5000L < System.currentTimeMillis()){
|
||||
InterestManager.setObjectDirty(this);
|
||||
this.setDirtyLoad(true);
|
||||
InterestManager.reloadCharacter(this,false);
|
||||
this.timestamps.put("SetDirty", System.currentTimeMillis());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user