stronghold generation

This commit is contained in:
2025-01-05 09:15:27 -06:00
parent d1971e7d6e
commit 6a6856876e
2 changed files with 33 additions and 4 deletions
+1 -1
View File
@@ -524,7 +524,7 @@ public class WorldServer {
printThreads();
Logger.info("Threads Running:");
StrongholdManager.initStrongholdIslands();
StrongholdManager.generateMaze();
return true;
}