removed additional space
This commit is contained in:
parent
a40960457d
commit
d73ffdaa96
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user