Added TUM.mizCleaner table

This commit is contained in:
Ambroise Garel
2025-07-25 12:20:47 +02:00
parent 205404e8cb
commit cfcb772c17
2 changed files with 56 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ do
if not TUM.playerCareer.onStartUp() then return nil end
if not TUM.intermission.onStartUp() then return nil end
if not TUM.airForce.onStartUp() then return nil end
if not TUM.mizCleaner.onStartUp() then return nil end -- Must be called after TUM.settings.onStartUp()
TUM.hasStarted = true