forked from MagicBane/Server
zone loading
This commit is contained in:
@@ -600,6 +600,9 @@ public class WorldServer {
|
||||
|
||||
for (Zone zone : rootParent) {
|
||||
|
||||
if(zone == null)
|
||||
continue;
|
||||
|
||||
ZoneManager.addZone(zone.getLoadNum(), zone);
|
||||
zone.generateWorldAltitude();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user