Fix missing closing bracket

This commit is contained in:
Wuzzy 2016-08-17 11:29:15 +02:00
parent e59c589ff2
commit 9379f4a085

View File

@ -526,7 +526,7 @@ doc.new_category("nodes", {
local desc = get_desc(dropstack)
local count = dropstack:get_count()
if count ~= 1 then
desc = desc .. "(×"..count
desc = desc .. "(×"..count..")"
end
formstring = formstring .. desc
icount = icount + 1