mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
Corrected typo in comment
This commit is contained in:
parent
a5c6f4f753
commit
baa8d9160d
@ -107,11 +107,12 @@ do
|
||||
function eventHandler:onEvent(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.objectives.onEvent(event)
|
||||
TUM.playerScore.onEvent(event)
|
||||
TUM.mission.onEvent(event)
|
||||
TUM.supportWingmen.onEvent(event)
|
||||
end
|
||||
|
||||
function TUM.onEvent(event)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user