diff --git a/mods/ENTITIES/mcl_mobs/api.lua b/mods/ENTITIES/mcl_mobs/api.lua index 9f47de185..05fe2f4f7 100644 --- a/mods/ENTITIES/mcl_mobs/api.lua +++ b/mods/ENTITIES/mcl_mobs/api.lua @@ -363,10 +363,7 @@ function mob_class:on_step(dtime) if not pos then return end if self:check_despawn(pos, dtime) then return true end - - if self:outside_limits() then - return - end + if self:outside_limits() then return end if self:check_death_and_slow_mob() then --minetest.log("action", "Mob is dying: ".. tostring(self.name))