health degregation for swimming

This commit is contained in:
2025-01-12 20:08:07 -06:00
parent f643caacbe
commit 5f10c24f03
+1 -1
View File
@@ -5978,7 +5978,7 @@ public class PlayerCharacter extends AbstractCharacter {
mod = 0; mod = 0;
workedStamina = this.stamina.compareAndSet(old, mod); workedStamina = this.stamina.compareAndSet(old, mod);
} }
ChatManager.chatSystemInfo(this, "STAM: " + this.stamina.get() + " / " + this.staminaMax); //ChatManager.chatSystemInfo(this, "STAM: " + this.stamina.get() + " / " + this.staminaMax);
this.timestamps.put("LastRegenStamina", currentTime); this.timestamps.put("LastRegenStamina", currentTime);
} }
public void consumeStamina(){ public void consumeStamina(){