box flag situation looked into

This commit is contained in:
2024-05-28 21:24:53 -05:00
parent 2b1299ec4a
commit 40bff54838
5 changed files with 90 additions and 39 deletions
+2
View File
@@ -553,6 +553,8 @@ public class WorldServer {
//Thread powerThread = new Thread(new PowersThread());
//powerThread.setName("power thread");
//powerThread.start();
Logger.info("Starting Box Flag Thread");
BoxFlagThread.startBoxFlagThread();
return true;
}