#EasyGCICAP

This commit is contained in:
Applevangelist 2023-10-06 11:30:31 +02:00
parent 8f71e6c5c4
commit ed7821ad1c

View File

@ -590,7 +590,7 @@ function EASYGCICAP:AddPatrolPointRecon(AirbaseName,Coordinate,Altitude,Speed,He
EntryCAP.LegLength = LegLength or 15 EntryCAP.LegLength = LegLength or 15
self.ManagedREC[#self.ManagedREC+1] = EntryCAP self.ManagedREC[#self.ManagedREC+1] = EntryCAP
if self.debug then 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 end
return self return self
end end