From 661e02e84f8b2dbfbd3b730de2497d5ab1ff8467 Mon Sep 17 00:00:00 2001 From: npx Date: Sun, 24 Apr 2016 23:24:40 +0200 Subject: [PATCH] modified: api.lua --- api.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.lua b/api.lua index c597242..06f0752 100644 --- a/api.lua +++ b/api.lua @@ -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