removed param that was not used
This commit is contained in:
parent
a5f1f7aa48
commit
63c75d5cdb
@ -1586,7 +1586,7 @@ public Action Timer_Countdown(Handle timer)
|
||||
{
|
||||
//displaying 3 most voted maps
|
||||
PrintHintTextToAll("Votes: %i/%i, %ds left\n1. %s: (%i)\n2. %s: (%i)\n3. %s: (%i)", voted_so_far, total_votes,
|
||||
"%", g_iInterval, most_voted_map[0], most_voted[0], most_voted_map[1], most_voted[1],
|
||||
g_iInterval, most_voted_map[0], most_voted[0], most_voted_map[1], most_voted[1],
|
||||
most_voted_map[2], most_voted[2]);
|
||||
}
|
||||
else if (strlen(most_voted_map[1]) > 0)
|
||||
|
Loading…
Reference in New Issue
Block a user