mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Update OlympusCommand.lua
This commit is contained in:
parent
14d44babe7
commit
bf7c4beccd
@ -602,7 +602,6 @@ end
|
||||
-- Generates unit table for air units
|
||||
function Olympus.generateAirUnitsTable(units)
|
||||
local unitsTable = {}
|
||||
Olympus.notify(Olympus.serializeTable(units), 5)
|
||||
for idx, unit in pairs(units) do
|
||||
local loadout = unit.loadout -- loadout: a string, one of the names defined in unitPayloads.lua. Must be compatible with the unitType
|
||||
local payload = unit.payload -- payload: a table, if present the unit will receive this specific payload. Overrides loadout
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user