Fix crash regarding craftitems

master
Wuzzy 2016-08-16 18:01:33 +02:00
parent ecb88e3dc6
commit 7b6c7bd734
1 changed files with 1 additions and 0 deletions

View File

@ -632,6 +632,7 @@ doc.new_category("craftitems", {
if data then
local longdesc = data.longdesc
local usagehelp = data.usagehelp
local formstring = ""
if data.image ~= nil then
formstring = formstring .. "image[11,0;1,1;"..data.image.."]"
else