Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
sabin
/
turn-in
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
29
Wiki
Atividade
Ver código fonte
event handler regression
tags/2.1^2
SabinDeus
15 anos atrás
pai
e80f696ac7
commit
43ff4d9aa0
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
1
TurnIn.lua
+ 1
- 1
TurnIn.lua
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar