removed additional space

This commit is contained in:
Chr1Z93 2024-10-30 15:14:05 +01:00
parent a40960457d
commit d73ffdaa96

View File

@ -67,7 +67,7 @@ function generate(_, playerColor)
else
local cardString = #idList .. " cards"
if #idList == 1 then
cardString = " 1 card"
cardString = "1 card"
end
broadcastToColor("Parsed " .. cardString .. ": Go to Notebook > Deck Instructions", playerColor, "Green")
end