revert power que

This commit is contained in:
2024-04-23 19:39:38 -05:00
parent e4bad5f418
commit d06c298b09
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -532,10 +532,10 @@ public class WorldServer {
mineThread.setName("mine thread");
mineThread.start();
Logger.info("Starting Power Thread...");
Thread powerThread = new Thread(new PowersThread());
powerThread.setName("power thread");
powerThread.start();
//Logger.info("Starting Power Thread...");
//Thread powerThread = new Thread(new PowersThread());
//powerThread.setName("power thread");
//powerThread.start();
return true;
}