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