diff --git a/src/main/scala/net/psforever/zones/Zones.scala b/src/main/scala/net/psforever/zones/Zones.scala index af16d061b..e57eed4ff 100644 --- a/src/main/scala/net/psforever/zones/Zones.scala +++ b/src/main/scala/net/psforever/zones/Zones.scala @@ -233,7 +233,7 @@ object Zones { val structureType = if (towerTypes.contains(structure.objectType) || structure.objectType == "redoubt") StructureType.Tower - else if (facilityTypes.contains(structure.objectType)) + else if (facilityTypes.contains(structure.objectType) || cavernBuildingTypes.contains(structure.objectType)) StructureType.Facility else if (bunkerTypes.contains(structure.objectType)) StructureType.Bunker