From 84fb9bd2438ad121cba2787f8f3435251f5ad6f4 Mon Sep 17 00:00:00 2001 From: Beu Date: Sun, 29 Aug 2021 18:51:19 +0200 Subject: [PATCH] Disable TimeGap UI --- TM_RoyalRounds_Online.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index 5aa2a65..4a04c0d 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -145,7 +145,7 @@ if (C_HudModulePath != "") Hud_Load(C_HudModulePath); ***Match_AfterLoadHud*** *** -UIModules_TimeGap::SetTimeGapMode(UIModules_TimeGap::C_TimeGapMode_CurRace); +UIModules_TimeGap::SetTimeGapMode(UIModules_TimeGap::C_TimeGapMode_Hidden); UIModules_PauseMenuOnline::SetAllowPrevReplay(True); ClientManiaAppUrl = C_ManiaAppUrl;