From 76e3cdcd295fe97b2db6312e4c4a43583c21c263 Mon Sep 17 00:00:00 2001 From: HybridDog Date: Wed, 18 Nov 2015 11:31:42 +0100 Subject: [PATCH] :cat2: --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 7e3cede..c230c1f 100644 --- a/init.lua +++ b/init.lua @@ -753,12 +753,12 @@ minetest.register_globalstep(function(dtime) return end - -- abort that it doesn't shoot too often (change it if your pc runs faster) + --[[ abort that it doesn't shoot too often (change it if your pc runs faster) timer = timer+dtime if timer < 0.1 then return end - timer = 0 + timer = 0 --]] local active for _,player in pairs(minetest.get_connected_players()) do