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:
@@ -602,7 +602,6 @@ end
|
|||||||
-- Generates unit table for air units
|
-- Generates unit table for air units
|
||||||
function Olympus.generateAirUnitsTable(units)
|
function Olympus.generateAirUnitsTable(units)
|
||||||
local unitsTable = {}
|
local unitsTable = {}
|
||||||
Olympus.notify(Olympus.serializeTable(units), 5)
|
|
||||||
for idx, unit in pairs(units) do
|
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 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
|
local payload = unit.payload -- payload: a table, if present the unit will receive this specific payload. Overrides loadout
|
||||||
|
|||||||
Reference in New Issue
Block a user