From 43ff4d9aa003d2c06665406fc29f6da31b9ef1ed Mon Sep 17 00:00:00 2001 From: SabinDeus Date: Thu, 9 Sep 2010 04:28:37 +0000 Subject: [PATCH] event handler regression --- TurnIn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TurnIn.lua b/TurnIn.lua index 32ae11b..6e0911d 100644 --- a/TurnIn.lua +++ b/TurnIn.lua @@ -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