Rockthevote 'already voted' message now displays RTV progress (bug 4011, r=Fyren)

This commit is contained in:
Matt Woodrow
2009-09-17 18:55:40 +12:00
parent acba87ae46
commit 4228642b53
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ AttemptRTV(client)
if (g_Voted[client])
{
ReplyToCommand(client, "[SM] %t", "Already Voted");
ReplyToCommand(client, "[SM] %t", "Already Voted", g_Votes, g_VotesNeeded);
return;
}