shortsupply outdated function fix

This commit is contained in:
Chr1Z93 2023-10-11 19:58:42 +02:00
parent edc2cc6fab
commit 4439add106

View File

@ -21,7 +21,7 @@ function shortSupply(color)
if drawDeck == nil then
broadcastToColor("Deck not found!", color, "Yellow")
return
elseif drawDeck.tag ~= "Deck" then
elseif drawDeck.type ~= "Deck" then
broadcastToColor("Deck only contains a single card!", color, "Yellow")
return
end