Fix creeper crash

This commit is contained in:
cora 2022-11-29 03:28:19 +01:00
parent c4808beef4
commit 9508cd4c25
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ local function entity_physics(pos,radius)
end end
end end
function mob_class:entity_physics(self,pos,radius) return entity_physics(pos,radius) end function mob_class:entity_physics(pos,radius) return entity_physics(pos,radius) end
local los_switcher = false local los_switcher = false
local height_switcher = false local height_switcher = false