This commit is contained in:
FlightControl
2017-03-05 10:14:29 +01:00
parent a1ae1cc519
commit b4527635d6
3 changed files with 2 additions and 2 deletions

View File

@@ -19,6 +19,6 @@
local FACSetGroup = SET_GROUP:New():FilterPrefixes( "FAC Group" ):FilterStart()
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 1000, 250 ):BoundDetectedZones():SmokeDetectedUnits()
local FACDetection = DETECTION_AREAS:New( FACSetGroup, 150, 250 ):BoundDetectedZones():SmokeDetectedUnits()
FACDetection:Start()