mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-25 12:28:50 +00:00
Corrected typo in comment
This commit is contained in:
+2
-1
@@ -107,11 +107,12 @@ do
|
|||||||
function eventHandler:onEvent(event)
|
function eventHandler:onEvent(event)
|
||||||
if not event then return end -- No event
|
if not event then return end -- No event
|
||||||
|
|
||||||
TUM.ambientRadio.onEvent(event) -- Must be first so other (more important) radio messages with interrupt the "ambient" ones
|
TUM.ambientRadio.onEvent(event) -- Must be first so other (more important) radio messages will interrupt the "ambient" ones
|
||||||
TUM.ambientWorld.onEvent(event)
|
TUM.ambientWorld.onEvent(event)
|
||||||
TUM.objectives.onEvent(event)
|
TUM.objectives.onEvent(event)
|
||||||
TUM.playerScore.onEvent(event)
|
TUM.playerScore.onEvent(event)
|
||||||
TUM.mission.onEvent(event)
|
TUM.mission.onEvent(event)
|
||||||
|
TUM.supportWingmen.onEvent(event)
|
||||||
end
|
end
|
||||||
|
|
||||||
function TUM.onEvent(event)
|
function TUM.onEvent(event)
|
||||||
|
|||||||
Reference in New Issue
Block a user