Don't add quantity to display - it already is added

This commit is contained in:
2024-12-27 10:18:42 +01:00
parent 921b9ab369
commit 0100db76e6

View File

@@ -10,7 +10,7 @@ function(allstates, e, prefix, message, type, target)
tostring(aura_env.QualityColors[quality+1]),
tostring(name),
tostring(quantity),
tostring(GetItemCount(name) + quantity))
tostring(GetItemCount(name)))
allstates[#allstates + 1] = {
show = true,