This website works better with JavaScript.
首頁
探索
說明
登入
sabin
/
turn-in
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
29
Wiki
Activity
瀏覽代碼
event handler regression
tags/2.1^2
SabinDeus
15 年之前
父節點
e80f696ac7
當前提交
43ff4d9aa0
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
顯示文件統計
1
1
TurnIn.lua
+ 1
- 1
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
Write
Preview
Loading…
取消
儲存