Fixed broadcast message for Discard Button

This commit is contained in:
Chr1Z93 2024-08-13 23:43:10 +02:00
parent 7946ac4241
commit 0d9577c339

View File

@ -635,7 +635,7 @@ function doDiscardOne()
deckLib.placeOrMergeIntoDeck(card, returnGlobalDiscardPosition(), self.getRotation())
local playerName = GlobalApi.getColoredName(playerColor)
broadcastToAll(playerName .. " randomly discarded " .. cardName " (" .. cardId .. ").", "White")
broadcastToAll(playerName .. " randomly discarded " .. cardName .. " (" .. cardId .. ").", "White")
end
end