duplicated zone loading disabled

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