This commit is contained in:
FlightControl
2017-03-05 09:45:49 +01:00
parent de84accffa
commit 21c2dd8c80
3 changed files with 26 additions and 3 deletions

View File

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