Skip to content

Crafted items with no description will no longer say 'undefined'

Closes #1141 (closed).

Issue was that using += on an undefined description would turn the description into "undefined" (a string) and then append the "crafted by" text.

Merge request reports