optimize PlayerCombatStats calling
This commit is contained in:
@@ -5064,8 +5064,7 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
this.doRegen();
|
||||
if (this.combatStats == null) {
|
||||
this.combatStats = new PlayerCombatStats(this);
|
||||
}
|
||||
if(this.combatStats != null){
|
||||
}else{
|
||||
this.combatStats.update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user