mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
afa17f95f9
@ -2751,12 +2751,12 @@ function CSAR:onafterLoad(From, Event, To, path, filename)
|
|||||||
vec3.z = tonumber(dataset[4])
|
vec3.z = tonumber(dataset[4])
|
||||||
local point = COORDINATE:NewFromVec3(vec3)
|
local point = COORDINATE:NewFromVec3(vec3)
|
||||||
|
|
||||||
local coalition = dataset[5]
|
local coalition = tonumber(dataset[5])
|
||||||
local country = dataset[6]
|
local country = tonumber(dataset[6])
|
||||||
local description = dataset[7]
|
local description = dataset[7]
|
||||||
local typeName = dataset[8]
|
local typeName = dataset[8]
|
||||||
local unitName = dataset[9]
|
local unitName = dataset[9]
|
||||||
local freq = dataset[10]
|
local freq = tonumber(dataset[10])
|
||||||
|
|
||||||
self:_AddCsar(coalition, country, point, typeName, unitName, playerName, freq, nil, description, nil)
|
self:_AddCsar(coalition, country, point, typeName, unitName, playerName, freq, nil, description, nil)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user