mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
updated event handling
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
env.info( '*** MOOSE STATIC INCLUDE START *** ' )
|
||||
env.info( 'Moose Generation Timestamp: 20170207_1332' )
|
||||
env.info( 'Moose Generation Timestamp: 20170207_1336' )
|
||||
local base = _G
|
||||
|
||||
Include = {}
|
||||
@@ -4178,7 +4178,7 @@ local _EVENTMETA = {
|
||||
Text = "S_EVENT_PLAYER_ENTER_UNIT"
|
||||
},
|
||||
[world.event.S_EVENT_PLAYER_LEAVE_UNIT] = {
|
||||
Order = 1,
|
||||
Order = -1,
|
||||
Event = "OnEventPlayerLeaveUnit",
|
||||
Text = "S_EVENT_PLAYER_LEAVE_UNIT"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user