This commit is contained in:
ancientmarinerdev 2023-01-26 22:10:49 +00:00 committed by Gitea
parent c209537cfe
commit 1f107ec0c7
1 changed files with 1 additions and 4 deletions

View File

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