Revert "🐈"
This reverts commit 76e3cdcd295fe97b2db6312e4c4a43583c21c263.
This commit is contained in:
parent
0fe07f4360
commit
6e2b3d1a4d
4
init.lua
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user