pull/38/merge
Brandon 2016-09-23 18:29:34 -05:00
parent 42f6fd5190
commit 680943fb10
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ function adventuretest.player_loop(dtime)
adventuretest.pl_hooks[k].timer = adventuretest.pl_hooks[k].timer + dtime
if adventuretest.pl_hooks[k].timer >= adventuretest.pl_hooks[k].timeout then
reset_hooks[#reset_hooks+1] = k
adventuretest.pl_hooks[k].timer = 0
adventuretest.pl_hooks[k].func(player,name,dtime)
end
end