From 044e9d22adc253a9e378ba7d1999995c8e90ad98 Mon Sep 17 00:00:00 2001 From: jordan4ibanez Date: Thu, 15 Apr 2021 21:13:19 -0400 Subject: [PATCH] Re-enable mob-despawner --- mods/ENTITIES/mcl_mobs/api.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 6c1a0567e..a4b7e5132 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -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) -]]-- \ No newline at end of file