diff --git a/OPS - CTLD/CTLD-100 - Basic/CTLD-100 - Basic.lua b/OPS - CTLD/CTLD-100 - Basic/CTLD-100 - Basic.lua index 3dbdb80d21..600ed5b6bd 100644 --- a/OPS - CTLD/CTLD-100 - Basic/CTLD-100 - Basic.lua +++ b/OPS - CTLD/CTLD-100 - Basic/CTLD-100 - Basic.lua @@ -5,8 +5,6 @@ -- -- CTLD: https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Ops.CTLD.html -- --- Note: As of today, Ops.CTLD.lua is WIP. You need a develop branch Moose.lua => 23 Jun 2021 for this to work. - ------------------------------------------------------------------------- -- Join a Helicopter. Use the F10 menu to request crates and/or troops. -- Fly over to the drop zone at the far end of the airport and unload. @@ -35,4 +33,4 @@ my_ctld:AddCTLDZone("Movezone",CTLD.CargoZoneType.MOVE,SMOKECOLOR.Orange,false,f my_ctld:AddCTLDZone("Movezone2",CTLD.CargoZoneType.MOVE,SMOKECOLOR.White,false,true) -- update unit capabilities for testing -my_ctld:UnitCapabilities("SA342L", true, true, 8, 8) \ No newline at end of file +my_ctld:UnitCapabilities("SA342L", true, true, 8, 8)