mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-24 20:03:45 +01:00
Re-enable mob-despawner
This commit is contained in:
parent
31dfeae445
commit
044e9d22ad
@ -4350,7 +4350,7 @@ function mobs:alias_mob(old_name, new_name)
|
||||
|
||||
end
|
||||
|
||||
--[[
|
||||
|
||||
local timer = 0
|
||||
minetest.register_globalstep(function(dtime)
|
||||
timer = timer + dtime
|
||||
@ -4367,4 +4367,3 @@ minetest.register_globalstep(function(dtime)
|
||||
end
|
||||
timer = 0
|
||||
end)
|
||||
]]--
|
Loading…
Reference in New Issue
Block a user