diff --git a/TM_TimeAttackRounds_Online.Script.txt b/TM_TimeAttackRounds_Online.Script.txt index 3a8d565..3ab622b 100644 --- a/TM_TimeAttackRounds_Online.Script.txt +++ b/TM_TimeAttackRounds_Online.Script.txt @@ -92,7 +92,6 @@ StateMgr::Unload(); *** MB_Settings_UseDefaultTimer = False; MB_Settings_UseDefaultHud = (C_HudModulePath == ""); -MB_Settings_UseDefaultPodiumSequence = False; *** ***Match_Rules*** @@ -394,7 +393,6 @@ if (Round_ForceEndRound || Round_SkipPauseRound || Round_Skipped) { *** EndTime = -1; - Scores::SetPlayerWinner(Scores::GetBestPlayer(Scores::C_Sort_MatchPoints)); Match_MatchDuration = ML::Max(0, Now - Map_MapStartTime);