diff --git a/MTS - Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua b/MTS - Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua index 5a85da8722..85131d8d28 100644 --- a/MTS - Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua +++ b/MTS - Mantis/MTS-400 - MANTIS - Automode huge setup example/MTS-400 - MANTIS - Automode huge setup example.lua @@ -22,6 +22,7 @@ local syriaborder = ZONE_POLYGON:New("Syria",GROUP:FindByName("Syria Border")) --- MANTIS local RedMantis = MANTIS:New("SyMantis","SAM-SA","EWR",nil,"red") RedMantis:AddZones({syriaborder},{israelborder}) --accept and reject zones +RedMantis.autoshorad = false RedMantis:AddShorad(redshorad,600) RedMantis:__Start(5) @@ -54,4 +55,4 @@ function GetBlueCAS() end local bluetimer = TIMER:New(GetBlueCAS) -bluetimer:Start(20) \ No newline at end of file +bluetimer:Start(20)