forked from VoxeLibre/VoxeLibre
Fix #1132
This commit is contained in:
parent
9b349a1684
commit
eddef41e6b
|
@ -3540,6 +3540,10 @@ local mob_step = function(self, dtime)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if not self.object:get_luaentity() then
|
||||||
|
return false
|
||||||
|
end
|
||||||
|
|
||||||
do_jump(self)
|
do_jump(self)
|
||||||
|
|
||||||
runaway_from(self)
|
runaway_from(self)
|
||||||
|
|
Loading…
Reference in New Issue