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
master
cora 2022-11-29 02:42:12 +00:00
commit 17f789550d
1 changed files with 1 additions and 1 deletions

View File

@ -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