From 81f062d54c226846d0cacb020b943a63e6a81267 Mon Sep 17 00:00:00 2001 From: Beu Date: Fri, 8 Sep 2023 19:56:43 +0200 Subject: [PATCH] add sleep when changing map --- TM_ClimbTheMap.Script.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TM_ClimbTheMap.Script.txt b/TM_ClimbTheMap.Script.txt index cad3fc2..cbf193b 100644 --- a/TM_ClimbTheMap.Script.txt +++ b/TM_ClimbTheMap.Script.txt @@ -433,6 +433,7 @@ Race::StopSkipOutroAll(); ModeUtils::PlaySound(CUIConfig::EUISound::EndRound, 0); UIModules_BigMessage::SetMessage("Changing Map"); +MB_Sleep(5000); *** ***Match_AfterPodiumSequence***