bane mechanic thread

This commit is contained in:
2024-12-31 17:35:38 -06:00
parent 3fc68ce2ff
commit da6140f6f4
+2 -1
View File
@@ -514,7 +514,8 @@ public class WorldServer {
Logger.info("Running garbage collection..."); Logger.info("Running garbage collection...");
System.gc(); System.gc();
Logger.info("Starting Bane Thread");
BaneThread.startBaneThread();
return true; return true;
} }