Browse Source

Using new db loader.

master
MagicBot 2 years ago
parent
commit
dc868305f0
  1. 2
      src/engine/objects/BuildingLocation.java

2
src/engine/objects/BuildingLocation.java

@ -128,7 +128,7 @@ public class BuildingLocation extends AbstractGameObject { @@ -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.

Loading…
Cancel
Save