From ed7821ad1cb2cabe0d26dbf686a1dee4ebd494f1 Mon Sep 17 00:00:00 2001 From: Applevangelist Date: Fri, 6 Oct 2023 11:30:31 +0200 Subject: [PATCH] #EasyGCICAP --- Moose Development/Moose/Ops/EasyGCICAP.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Ops/EasyGCICAP.lua b/Moose Development/Moose/Ops/EasyGCICAP.lua index d72ba190a..248318fe7 100644 --- a/Moose Development/Moose/Ops/EasyGCICAP.lua +++ b/Moose Development/Moose/Ops/EasyGCICAP.lua @@ -590,7 +590,7 @@ function EASYGCICAP:AddPatrolPointRecon(AirbaseName,Coordinate,Altitude,Speed,He EntryCAP.LegLength = LegLength or 15 self.ManagedREC[#self.ManagedREC+1] = EntryCAP if self.debug then - --local mark = MARKER:New(Coordinate,self.lid.."Patrol Point Recon"):ToAll() + local mark = MARKER:New(Coordinate,self.lid.."Patrol Point Recon"):ToAll() end return self end