event handler regression
This commit is contained in:
parent
e80f696ac7
commit
43ff4d9aa0
@ -258,7 +258,7 @@ function TI_IsNPCOn(npcname, type)
|
|||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
function TI_OnEvent(event)
|
function TI_OnEvent(self, event, ...)
|
||||||
if(event == "VARIABLES_LOADED") then
|
if(event == "VARIABLES_LOADED") then
|
||||||
TI_VarInit();
|
TI_VarInit();
|
||||||
if(TI_status.state) then
|
if(TI_status.state) then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user