mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-07-21 00:35:41 +00:00
Moved wingmen contact management to wingmenContacts table
This commit is contained in:
+1
-1
@@ -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