mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Moved wingmen contact management to wingmenContacts table
This commit is contained in:
@@ -149,7 +149,7 @@ do
|
||||
if TUM.airForce.onClockTick(TUM.settings.getEnemyCoalition()) then return nextTickTime end
|
||||
end
|
||||
|
||||
if TUM.wingmen.onClockTick() then return nextTickTime end
|
||||
if TUM.wingmenContacts.onClockTick() then return nextTickTime end -- Called every tick if no other action has taken place
|
||||
|
||||
return nextTickTime
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user