add sleep when changing map

This commit is contained in:
Beu 2023-09-08 19:56:43 +02:00
parent 8f0bc2de59
commit 81f062d54c
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ Race::StopSkipOutroAll();
ModeUtils::PlaySound(CUIConfig::EUISound::EndRound, 0);
UIModules_BigMessage::SetMessage("Changing Map");
MB_Sleep(5000);
***
***Match_AfterPodiumSequence***