From b829b4130248cf547cbe8580b1fdafb5ef35a10a Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 26 Apr 2022 14:56:43 +0200 Subject: [PATCH] Remove Match Info UI --- TM_EventCup.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TM_EventCup.Script.txt b/TM_EventCup.Script.txt index 5e0fe9a..499705b 100644 --- a/TM_EventCup.Script.txt +++ b/TM_EventCup.Script.txt @@ -48,7 +48,7 @@ TeamColor is not used if S_DisplayTeamColor = False ***Match_AfterLoadHud*** *** // Remove TMGL Signs -UIModules::UnloadModules(["UIModule_ChampionTMGL_InfoPanels_2x3", "UIModule_ChampionTMGL_InfoPanels_16x9", "UIModule_ChampionCup_Sign64x10_64x10_Start","UIModule_ChampionCup_Sign64x10_64x10_Finish","UIModule_ChampionCup_Sign64x10_64x10_Checkpoint","FinalTMGL_WinScreen","UIModule_Champion_Chat"]); +UIModules::UnloadModules(["UIModule_ChampionTMGL_InfoPanels_2x3", "UIModule_ChampionTMGL_InfoPanels_16x9", "UIModule_ChampionCup_Sign64x10_64x10_Start","UIModule_ChampionCup_Sign64x10_64x10_Finish","UIModule_ChampionCup_Sign64x10_64x10_Checkpoint","FinalTMGL_WinScreen","UIModule_Champion_Chat", "UIModule_Champion_LapsCounter"]); ***