updated regen system

This commit is contained in:
2025-01-12 00:13:21 -06:00
parent 4f08d7286e
commit 2e1dd27332
2 changed files with 251 additions and 1 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ public class UpdateThread implements Runnable {
try {
for(PlayerCharacter player : SessionManager.getAllActivePlayerCharacters()){
player.update(true);
//player.update(true);
player.RunRegen();
}
} catch (Exception e) {
Logger.error("UPDATE ERROR");