mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
Fix creeper crash
This commit is contained in:
parent
c4808beef4
commit
9508cd4c25
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue