Rockthevote 'already voted' message now displays RTV progress (bug 4011, r=Fyren)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user