updated regen system

This commit is contained in:
2025-01-12 09:34:44 -06:00
parent 2fc7671051
commit 5ba11a6238
2 changed files with 136 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ public class UpdateThread implements Runnable {
try {
for(PlayerCharacter player : SessionManager.getAllActivePlayerCharacters()){
//player.update(true);
player.RunRegen();
player.regenerate();
}
} catch (Exception e) {
Logger.error("UPDATE ERROR");