From 6007423836251ffdaf3d4414d4ad20ac52130989 Mon Sep 17 00:00:00 2001 From: Sir-Skurpsalot <87043120+Sir-Skurpsalot@users.noreply.github.com> Date: Sat, 20 Dec 2025 18:13:01 -0700 Subject: [PATCH] Update UI.tscript --- Templates/BaseGame/game/data/UI/UI.tscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/Templates/BaseGame/game/data/UI/UI.tscript b/Templates/BaseGame/game/data/UI/UI.tscript index f46065daa..85d24dc1c 100644 --- a/Templates/BaseGame/game/data/UI/UI.tscript +++ b/Templates/BaseGame/game/data/UI/UI.tscript @@ -60,7 +60,6 @@ function UI::initClient(%this) %this.queueExec("./guis/remapDlg"); %this.queueExec("./guis/remapDlg.gui"); - %this.queueExec("./guis/remapConfirmDlg.gui"); %this.queueExec("./guis/profiler"); %this.queueExec("./guis/profiler.gui"); @@ -77,7 +76,6 @@ function UI::initClient(%this) %this.queueExec("./guis/SystemMenu.gui"); //Load scripts - %this.queueExec("./scripts/controlsMenu"); %this.queueExec("./scripts/cursors"); if(isToolBuild())