forked from VoxeLibre/VoxeLibre
Merge pull request 'Fix creeper crash (wrong self ref)' (#3044) from fix_creeper_crash into master
Reviewed-on: MineClone2/MineClone2#3044
This commit is contained in:
commit
17f789550d
|
@ -61,7 +61,7 @@ local function entity_physics(pos,radius)
|
|||
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 height_switcher = false
|
||||
|
|
Loading…
Reference in New Issue