5 second player reload intervals

This commit is contained in:
2025-03-14 23:57:09 -05:00
parent 86db21de43
commit 65e306c3cb
+1
View File
@@ -5159,6 +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);
this.timestamps.put("SetDirty", System.currentTimeMillis());
}