Moved wingmen contact management to wingmenContacts table

This commit is contained in:
Ambroise Garel
2025-07-26 20:23:25 +02:00
parent 1a23b88996
commit 80af8ef82c
4 changed files with 157 additions and 145 deletions

View File

@@ -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