forked from VoxeLibre/VoxeLibre
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
|
if not self.jump
|
||||||
or self.jump_height == 0
|
or self.jump_height == 0
|
||||||
or self.fly
|
or self.fly
|
||||||
or self.fly_in
|
|
||||||
or (self.child and self.type ~= "monster")
|
or (self.child and self.type ~= "monster")
|
||||||
or self.order == "stand" then
|
or self.order == "stand" then
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Reference in New Issue