mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-16 18:54:58 +01:00
Fix #1132
This commit is contained in:
parent
9b349a1684
commit
eddef41e6b
1 changed files with 4 additions and 0 deletions
|
@ -3540,6 +3540,10 @@ local mob_step = function(self, dtime)
|
|||
return
|
||||
end
|
||||
|
||||
if not self.object:get_luaentity() then
|
||||
return false
|
||||
end
|
||||
|
||||
do_jump(self)
|
||||
|
||||
runaway_from(self)
|
||||
|
|
Loading…
Reference in a new issue