More frontend bugfixing

This commit is contained in:
Pax1601
2023-08-04 11:05:21 +02:00
parent 66f08e8fce
commit 2f839624a8
13 changed files with 263 additions and 6 deletions

View File

@@ -449,6 +449,9 @@ function Olympus.generateAirUnitsTable(units)
["callsign"] = { [1] = 1, [2] = 1, [3] = 1, ["name"] = "Olympus" .. Olympus.unitCounter.. "-" .. #unitTable + 1 },
["name"] = "Olympus-" .. Olympus.unitCounter .. "-" .. #unitTable + 1
}
-- Add the payload to the registry, used for unit cloning
Olympus.payloadRegistry[unitTable[#unitTable].name] = payload
end
return unitTable
end