updated regen system

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