You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Modules/ItemTools.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ function itemLib.formatModLine(modLine, dbMode)
331
331
line=line.." ^1'" ..modLine.extra.."'"
332
332
end
333
333
else
334
-
colorCode= (modLine.enchantandcolorCodes.ENCHANTED) or (modLine.fracturedandcolorCodes.FRACTURED) or (modLine.desecratedandcolorCodes.DESECRATED) or (modLine.customandcolorCodes.CUSTOM) orcolorCodes.MAGIC
334
+
colorCode= (modLine.enchantandcolorCodes.ENCHANTED) or (modLine.fracturedandcolorCodes.FRACTURED) or (modLine.customandcolorCodes.CUSTOM) orcolorCodes.MAGIC
0 commit comments