forked from VoxeLibre/VoxeLibre
Remove 47 node object check from mobs
This commit is contained in:
parent
058c6ef9f4
commit
8e2493dd9a
|
@ -4632,6 +4632,7 @@ function mobs:alias_mob(old_name, new_name)
|
|||
|
||||
end
|
||||
|
||||
--[[
|
||||
local timer = 0
|
||||
minetest.register_globalstep(function(dtime)
|
||||
timer = timer + dtime
|
||||
|
@ -4648,3 +4649,4 @@ minetest.register_globalstep(function(dtime)
|
|||
end
|
||||
timer = 0
|
||||
end)
|
||||
]]--
|
Loading…
Reference in New Issue