|
|
@ -5159,6 +5159,7 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
this.timestamps.put("SetDirty", System.currentTimeMillis()); |
|
|
|
this.timestamps.put("SetDirty", System.currentTimeMillis()); |
|
|
|
}else if (this.timestamps.get("SetDirty") + 5000L < System.currentTimeMillis()){ |
|
|
|
}else if (this.timestamps.get("SetDirty") + 5000L < System.currentTimeMillis()){ |
|
|
|
InterestManager.setObjectDirty(this); |
|
|
|
InterestManager.setObjectDirty(this); |
|
|
|
|
|
|
|
this.setDirtyLoad(true); |
|
|
|
this.timestamps.put("SetDirty", System.currentTimeMillis()); |
|
|
|
this.timestamps.put("SetDirty", System.currentTimeMillis()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|