mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Added TUM.wingmen.getContactsAsReportString function
This commit is contained in:
@@ -141,14 +141,14 @@ do
|
||||
if TUM.mission.onClockTick() then return nextTickTime end
|
||||
elseif clockTick % 4 == 1 then
|
||||
if TUM.airForce.onClockTick(TUM.settings.getPlayerCoalition()) then return nextTickTime end
|
||||
if TUM.wingmen.onClockTick() then return nextTickTime end
|
||||
elseif clockTick % 4 == 2 then
|
||||
if TUM.supportAWACS.onClockTick() then return nextTickTime end
|
||||
else
|
||||
if TUM.airForce.onClockTick(TUM.settings.getEnemyCoalition()) then return nextTickTime end
|
||||
if TUM.wingmen.onClockTick() then return nextTickTime end
|
||||
end
|
||||
|
||||
if TUM.wingmen.onClockTick() then return nextTickTime end
|
||||
|
||||
return nextTickTime
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user