From 8d8961fb4bdea97fe79046e7fa0e9a43c1b50856 Mon Sep 17 00:00:00 2001 From: Applevangelist <72444570+Applevangelist@users.noreply.github.com> Date: Sun, 14 Nov 2021 14:28:52 +0100 Subject: [PATCH] Update MTS-400 - MANTIS - Automode huge setup example.lua --- .../MTS-400 - MANTIS - Automode huge setup example.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)