mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Tidy
This commit is contained in:
parent
c209537cfe
commit
1f107ec0c7
1 changed files with 1 additions and 4 deletions
|
@ -363,10 +363,7 @@ function mob_class:on_step(dtime)
|
||||||
if not pos then return end
|
if not pos then return end
|
||||||
|
|
||||||
if self:check_despawn(pos, dtime) then return true 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
|
if self:check_death_and_slow_mob() then
|
||||||
--minetest.log("action", "Mob is dying: ".. tostring(self.name))
|
--minetest.log("action", "Mob is dying: ".. tostring(self.name))
|
||||||
|
|
Loading…
Reference in a new issue