fix mobs not jumping anymore

This commit is contained in:
cora 2022-10-14 02:40:25 +02:00
parent c044cf8e74
commit c855f51829
1 changed files with 0 additions and 1 deletions

View File

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