duplicated zone loading disabled

This commit is contained in:
2024-06-11 19:47:34 -05:00
parent e98f9cf1f7
commit 395fe31e02
3 changed files with 6 additions and 8 deletions
+3
View File
@@ -568,6 +568,9 @@ public class WorldServer {
for (Zone zone : rootParent) {
if(zone.canLoad == 0)
continue;
try {
ZoneManager.addZone(zone.getLoadNum(), zone);