Add Winner message after the match

This commit is contained in:
Beu 2022-02-27 10:21:11 +01:00
parent b93416f31c
commit 3743ae496c
1 changed files with 0 additions and 2 deletions

View File

@ -92,7 +92,6 @@ StateMgr::Unload();
*** ***
MB_Settings_UseDefaultTimer = False; MB_Settings_UseDefaultTimer = False;
MB_Settings_UseDefaultHud = (C_HudModulePath == ""); MB_Settings_UseDefaultHud = (C_HudModulePath == "");
MB_Settings_UseDefaultPodiumSequence = False;
*** ***
***Match_Rules*** ***Match_Rules***
@ -394,7 +393,6 @@ if (Round_ForceEndRound || Round_SkipPauseRound || Round_Skipped) {
*** ***
EndTime = -1; EndTime = -1;
Scores::SetPlayerWinner(Scores::GetBestPlayer(Scores::C_Sort_MatchPoints)); Scores::SetPlayerWinner(Scores::GetBestPlayer(Scores::C_Sort_MatchPoints));
Match_MatchDuration = ML::Max(0, Now - Map_MapStartTime); Match_MatchDuration = ML::Max(0, Now - Map_MapStartTime);