Skip to content

Commit

Permalink
Update CTLD-120 - Chinook.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist authored Aug 18, 2024
1 parent 8e554ab commit a151a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ops/CTLD/CTLD 120 - Chinook/CTLD-120 - Chinook.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

_SETTINGS:SetPlayerMenuOff()

local my_ctld = CTLD:New(coalition.side.BLUE,{"Helicargo","Ch.47"},"Lufttransportbrigade I")
local my_ctld = CTLD:New(coalition.side.BLUE,{"Helicargo","CH.47"},"Lufttransportbrigade I")
my_ctld.useprefix = true
my_ctld.dropcratesanywhere = true
my_ctld.forcehoverload = false -- Chinook must-have option
Expand Down Expand Up @@ -51,4 +51,4 @@ end

function my_ctld:OnAfterCratesDropped(From,Event,To,Group,Unit,Cargotable)
MESSAGE:New("Crates dropped by "..Unit:GetPlayerName(),10,"CTLD"):ToBlue()
end
end

0 comments on commit a151a1c

Please sign in to comment.