optimize PlayerCombatStats calling

This commit is contained in:
2025-01-30 18:20:22 -06:00
parent 284fc7e37e
commit 4fe3d92b3f
+1 -2
View File
@@ -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();
}