From 2517cf9e2a55d964281dba85912b5fb480f70825 Mon Sep 17 00:00:00 2001 From: Beu Date: Sat, 5 Mar 2022 17:37:43 +0100 Subject: [PATCH] Remove chat module to permit to the specs to see the chat --- 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 e417d18..5e0fe9a 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"]); +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"]); ***