|
|
@ -132,8 +132,8 @@ public class RemoveObjectCmd extends AbstractDevCmd { |
|
|
|
if ((building.getBlueprint() != null) && (building.getBlueprint().getBuildingGroup() == BuildingGroup.WAREHOUSE)) { |
|
|
|
if ((building.getBlueprint() != null) && (building.getBlueprint().getBuildingGroup() == BuildingGroup.WAREHOUSE)) { |
|
|
|
City city = City.getCity(building.getParentZone().playerCityUUID); |
|
|
|
City city = City.getCity(building.getParentZone().playerCityUUID); |
|
|
|
|
|
|
|
|
|
|
|
if (city != null) |
|
|
|
DbManager.WarehouseQueries.DELETE_WAREHOUSE(city.warehouse); |
|
|
|
city.warehouse = null; |
|
|
|
city.warehouse = null; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|