forked from VoxeLibre/VoxeLibre
Fix creeper crash
This commit is contained in:
parent
c4808beef4
commit
9508cd4c25
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue