Add Winner message after the match
This commit is contained in:
parent
b93416f31c
commit
3743ae496c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user