This commit is contained in:
Elias Fleckenstein 2021-02-18 09:41:06 +01:00
parent 9b349a1684
commit eddef41e6b
1 changed files with 4 additions and 0 deletions

View File

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