Browse Source

Refactor towards new bootstrap system.

magicbox-1.5.2
MagicBot 1 year ago
parent
commit
ab17dd08cd
  1. 5
      src/engine/server/world/WorldServer.java

5
src/engine/server/world/WorldServer.java

@ -559,6 +559,11 @@ public class WorldServer { @@ -559,6 +559,11 @@ public class WorldServer {
}
DbManager.BuildingQueries.GET_ALL_BUILDINGS();
DbManager.NPCQueries.GET_ALL_NPCS();
DbManager.MobQueries.GET_ALL_MOBS();
DbManager.CityQueries.GET_ALL_CITIES();
Logger.info("time to load World Objects: " + (System.currentTimeMillis() - start) + " ms");
}

Loading…
Cancel
Save