Fix heads crash

This commit is contained in:
Elias Fleckenstein 2021-04-23 13:42:42 +02:00
parent c46c07f836
commit 827cd2d7b1
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ local function addhead(name, texture, desc, longdesc, rangemob, rangefactor)
local wdir = minetest.dir_to_wallmounted(diff)
local itemstring = itemstack:get_name()
--local fakestack = ItemStack(itemstack)
local fakestack = ItemStack(itemstack)
local idef = fakestack:get_definition()
local retval
if wdir == 0 or wdir == 1 then