Version 1.2.1

CloneZones:
- nameScheme
- indentical
This commit is contained in:
Christian Franz
2023-01-12 16:40:50 +01:00
parent 46afa49c3a
commit 43d598f035
10 changed files with 440 additions and 57 deletions

View File

@@ -32,7 +32,7 @@ function smr.restartMission()
end
end
-- main update loop, checked once per secon
-- main update loop, checked once per second
local lTime = DCS.getModelTime()
function smr.onSimulationFrame()
if lTime + 1 < DCS.getModelTime() then