mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Updated the currentCallsigns table, because there can be 20 max callsign numbers for some callsign types.
This commit is contained in:
@@ -139,7 +139,7 @@ do
|
|||||||
|
|
||||||
local currentCallsigns = {}
|
local currentCallsigns = {}
|
||||||
for _,i in pairs(CALLSIGN_TYPE) do
|
for _,i in pairs(CALLSIGN_TYPE) do
|
||||||
currentCallsigns[i] = { 1, 1, 1, 1, 1, 1, 1, 1, 1 }
|
currentCallsigns[i] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }
|
||||||
end
|
end
|
||||||
|
|
||||||
local function getCallsignTypeByUnitType(unitType)
|
local function getCallsignTypeByUnitType(unitType)
|
||||||
|
|||||||
Reference in New Issue
Block a user