Update OlympusCommand.lua

This commit is contained in:
Stefan Arsic 2024-02-08 00:19:47 +01:00 committed by GitHub
parent 14d44babe7
commit bf7c4beccd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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