mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 04:21:07 +01:00
fix mobs not jumping anymore
This commit is contained in:
parent
c044cf8e74
commit
c855f51829
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue