Fix crash in craftguide w/ unknown group

This commit is contained in:
Wuzzy 2017-02-22 15:16:57 +01:00
parent b0a72d548d
commit 0c02551769
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ function craftguide:get_tooltip_raw(item, recipe_type, cooktime, groups)
--[[ Fallback: Generic group explanation: This always
works, but the internally used group name (which
looks ugly) is exposed to the user. ]]
groupstr = "Any item belonging to the " .. g .. " group"
groupstr = "Any item belonging to the " .. groups[1] .. " group"
end
else
groupstr = "Any item belonging to the following groups: "