mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
fix mobs not jumping anymore
This commit is contained in:
parent
c044cf8e74
commit
c855f51829
@ -1385,7 +1385,6 @@ local do_jump = function(self)
|
||||
if not self.jump
|
||||
or self.jump_height == 0
|
||||
or self.fly
|
||||
or self.fly_in
|
||||
or (self.child and self.type ~= "monster")
|
||||
or self.order == "stand" then
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user