hot fix for regen

This commit is contained in:
2025-02-16 16:44:31 -06:00
parent fbdca5b917
commit 473003ed44
+2 -2
View File
@@ -5177,8 +5177,8 @@ public class PlayerCharacter extends AbstractCharacter {
} else { } else {
this.combatStats.update(); this.combatStats.update();
} }
//this.doRegen(); this.doRegen();
this.combatStats.regenerate(); //this.combatStats.regenerate();
} }
if (this.getStamina() < 10) { if (this.getStamina() < 10) {