enable r8 hotzone

This commit is contained in:
2025-03-19 12:28:38 -05:00
parent 537a30710a
commit bbdc58c217
3 changed files with 43 additions and 28 deletions
+2 -2
View File
@@ -534,8 +534,8 @@ public class WorldServer {
printThreads();
Logger.info("Threads Running:");
//Logger.info("Starting Hotzone...");
//HotzoneManager.SelectRandomHotzone();
Logger.info("Starting Hotzone...");
HotzoneManager.SelectRandomHotzone();
return true;
}