Now removes AI aircraft on landing

This commit is contained in:
Ambroise Garel
2025-07-25 13:05:53 +02:00
parent cfcb772c17
commit ddd1332454
2 changed files with 16 additions and 0 deletions

View File

@@ -114,6 +114,7 @@ do
TUM.playerScore.onEvent(event)
TUM.mission.onEvent(event)
TUM.supportWingmen.onEvent(event)
TUM.mizCleaner.onEvent(event) -- Must be last, can remove units which could cause bugs in other onEvent methods
end
function TUM.onEvent(event)