This commit is contained in:
FlightControl_Master
2017-07-25 09:11:57 +02:00
parent ec6e182db8
commit 3924d2d8fc
2 changed files with 20 additions and 24 deletions

View File

@@ -2625,7 +2625,7 @@ do -- DETECTION_AREAS
end
if DETECTION_AREAS._BoundDetectedZones or self._BoundDetectedZones then
self.CountryID = DetectionSetGroup:GetFirst():GetCountry()
self.CountryID = DetectedSet:GetFirst():GetCountry()
DetectedZone:BoundZone( 12, self.CountryID )
end
end