modified: api.lua

This commit is contained in:
npx 2016-04-24 23:24:40 +02:00
parent 4382f1c32b
commit 661e02e84f

View File

@ -2747,7 +2747,7 @@ function nssm:register_arrow(name, def)
timer = 0,
switch = 0,
on_step = def.on_step or function(self, dtime)
on_step = def.on_step or function(self, dtime) --nssm_modification
self.timer = self.timer + 1