Using new db loader.

This commit is contained in:
2023-04-24 17:14:37 -04:00
parent c60a4d8d39
commit dc868305f0
+1 -1
View File
@@ -128,7 +128,7 @@ public class BuildingLocation extends AbstractGameObject {
public static void loadBuildingLocations() {
ArrayList<BuildingLocation> buildingLocations = DbManager.BuildingLocationQueries.LOAD_ALL_BUILDING_LOCATIONS();
ArrayList<BuildingLocation> buildingLocations = DbManager.BuildingLocationQueries.LOAD_BUILDING_LOCATIONS();
HashMap<Integer, ArrayList<BuildingLocation>> locationCollection = new HashMap<>();
// Only slot locations and stuck locations are currently loaded.