This website works better with JavaScript.
Home
Explore
Help
Sign In
sabin
/
turn-in
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
29
Wiki
Activity
Browse Source
event handler regression
tags/2.1^2
SabinDeus
15 years ago
parent
e80f696ac7
commit
43ff4d9aa0
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
TurnIn.lua
+ 1
- 1
TurnIn.lua
View File
@@ -258,7 +258,7 @@ function TI_IsNPCOn(npcname, type)
end
function TI_OnEvent(event)
function TI_OnEvent(
self,
event
, ...
)
if(event == "VARIABLES_LOADED") then
TI_VarInit();
if(TI_status.state) then
Write
Preview
Loading…
Cancel
Save