@@ -391,7 +391,7 @@ public event_newround()
391391 client_print_color (0 , print_team_default, " %s ^1 % L" , g_sPrefix, LANG_PLAYER, " MAPM_FINAL_ROUND" );
392392 } else {
393393 new nextmap[MAPNAME_LENGTH]; get_string (NEXTMAP, nextmap, charsmax (nextmap));
394- client_print_color (0 , print_team_default, " %s ^1 % L^3 %s ^1." , g_sPrefix, LANG_PLAYER, " MAPM_NEXTMAP" , nextmap);
394+ client_print_color (0 , print_team_default, " %s ^1 % L %s ^1." , g_sPrefix, LANG_PLAYER, " MAPM_NEXTMAP" , nextmap);
395395 intermission ();
396396 }
397397 }
@@ -615,7 +615,7 @@ public mapm_vote_finished(const map[], type, total_votes)
615615 if (! total_votes) {
616616 client_print_color (0 , print_team_default, " %s ^1 % L % L" , g_sPrefix, LANG_PLAYER, " MAPM_NOBODY_VOTE" , LANG_PLAYER, " MAPM_NEXTMAP_BY_VOTE" , map);
617617 } else {
618- client_print_color (0 , print_team_default, " %s ^1 % L^3 %s ^1." , g_sPrefix, LANG_PLAYER, " MAPM_NEXTMAP" , map);
618+ client_print_color (0 , print_team_default, " %s ^1 % L %s ^1." , g_sPrefix, LANG_PLAYER, " MAPM_NEXTMAP" , map);
619619 }
620620
621621 set_pcvar_string (g_pCvars[NEXTMAP], map);
0 commit comments