Revert "🐈"

This reverts commit 76e3cdcd295fe97b2db6312e4c4a43583c21c263.
This commit is contained in:
HybridDog 2019-02-15 13:49:05 +01:00
parent 0fe07f4360
commit 6e2b3d1a4d

View File

@ -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