Data populated at bootstrap.

This commit is contained in:
2023-11-09 14:44:44 -05:00
parent 21989da97c
commit 8dc51fa2f8
2 changed files with 26 additions and 1 deletions
+3
View File
@@ -403,6 +403,9 @@ public class WorldServer {
Logger.info("Loading building slot/stuck location data.");
BuildingLocation.loadBuildingLocations();
Logger.info("Populating structure to render lookup.");
DbManager.BuildingQueries.POPULATE_RENDER_LOOKUP();
Logger.info("Loading mesh hulls.");
DbManager.BuildingQueries.LOAD_MESH_HULLS();