mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 01:21:05 +01:00
Merge pull request 'Fix creeper crash (wrong self ref)' (#3044) from fix_creeper_crash into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/3044
This commit is contained in:
commit
17f789550d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue