yet another fork update #9

Merged
chmodsayshello merged 760 commits from VoxeLibre/VoxeLibre:master into master 2023-03-26 20:27:31 +02:00
1 changed files with 1 additions and 4 deletions
Showing only changes of commit 1f107ec0c7 - Show all commits

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