changing broadcast color

This commit is contained in:
Chr1Z93 2022-12-31 00:14:02 +01:00
parent 08936a7230
commit f5ac476e35

View File

@ -14,7 +14,7 @@ function shortSupply(color)
-- error handling
if discardPos == nil then
broadcastToAll("Couldn't retrieve discard position from playermat!", "Red")
broadcastToColor("Couldn't retrieve discard position from playermat!", color, "Red")
return
end