Rockthevote 'already voted' message now displays RTV progress (bug 4011, r=Fyren)
This commit is contained in:
parent
acba87ae46
commit
4228642b53
@ -224,7 +224,7 @@ AttemptRTV(client)
|
|||||||
|
|
||||||
if (g_Voted[client])
|
if (g_Voted[client])
|
||||||
{
|
{
|
||||||
ReplyToCommand(client, "[SM] %t", "Already Voted");
|
ReplyToCommand(client, "[SM] %t", "Already Voted", g_Votes, g_VotesNeeded);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
"Already Voted"
|
"Already Voted"
|
||||||
{
|
{
|
||||||
"en" "You have already voted to Rock the Vote."
|
"#format" "{1:d},{2:d}"
|
||||||
|
"en" "You have already voted to Rock the Vote. ({1} votes, {2} required)"
|
||||||
}
|
}
|
||||||
|
|
||||||
"Minimal Players Not Met"
|
"Minimal Players Not Met"
|
||||||
|
Loading…
Reference in New Issue
Block a user