Remove 47 node object check from mobs

This commit is contained in:
jordan4ibanez 2021-04-06 10:40:16 -04:00
parent 058c6ef9f4
commit 8e2493dd9a
1 changed files with 2 additions and 0 deletions

View File

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