diff --git a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp index 4c2c636..d9bd97b 100755 --- a/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp +++ b/mapchooser_extended/scripting/mapchooser_extended_avg_mapend.sp @@ -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)