|
|
@ -5236,8 +5236,10 @@ public class PlayerCharacter extends AbstractCharacter { |
|
|
|
if(!this.timestamps.containsKey("nextReload")){ |
|
|
|
if(!this.timestamps.containsKey("nextReload")){ |
|
|
|
this.timestamps.put("nextReload",System.currentTimeMillis() + 5000L); |
|
|
|
this.timestamps.put("nextReload",System.currentTimeMillis() + 5000L); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
if(this.timestamps.get("nextReload") > System.currentTimeMillis()) |
|
|
|
if(this.timestamps.get("nextReload") > System.currentTimeMillis()) { |
|
|
|
this.setDirtyLoad(true); |
|
|
|
this.setDirtyLoad(true); |
|
|
|
|
|
|
|
InterestManager.INTERESTMANAGER.RefreshLoadedObjects(this); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|