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())