diff --git a/init.lua b/init.lua index 5877d42..dddf2e8 100644 --- a/init.lua +++ b/init.lua @@ -754,12 +754,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