X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Frace%2Fsv_race.qc;fp=qcsrc%2Fcommon%2Fgamemodes%2Fgamemode%2Frace%2Fsv_race.qc;h=bd5f8b4385dbe8d9aba13074be0d41425487efd5;hp=39c72a4593a9878fbe755f1211c977ff8ffd83cb;hb=2873ff87513ee8c3cf794f33e80cc6192d89953a;hpb=4d55fe69cc782f9b5e2bd9661885d7a0b243d40c diff --git a/qcsrc/common/gamemodes/gamemode/race/sv_race.qc b/qcsrc/common/gamemodes/gamemode/race/sv_race.qc index 39c72a4593..bd5f8b4385 100644 --- a/qcsrc/common/gamemodes/gamemode/race/sv_race.qc +++ b/qcsrc/common/gamemodes/gamemode/race/sv_race.qc @@ -208,7 +208,7 @@ MUTATOR_HOOKFUNCTION(rc, reset_map_global) Score_NicePrint(NULL); race_ClearRecords(); - PlayerScore_Sort(race_place, 0, 1, 0); + PlayerScore_Sort(race_place, 0, true, false); FOREACH_CLIENT(true, { if(it.race_place)