fixed function name

This commit is contained in:
Chr1Z93 2023-04-24 00:07:24 +02:00
parent 2dbb45e2e7
commit 5ad7263014

View File

@ -106,7 +106,7 @@ function broadcastCount(token)
broadcastToAll(token .. " Tokens " .. count, "White")
end
function printStatus(color)
function broadcastStatus(color)
broadcastToColor("Curse Tokens " .. formatTokenCount("Curse"), color, "White")
broadcastToColor("Bless Tokens " .. formatTokenCount("Bless"), color, "White")
end