Merge pull request #1629 from Sir-Skurpsalot/ui-minor-fix

Update UI.tscript
This commit is contained in:
Brian Roberts 2025-12-20 20:19:16 -06:00 committed by GitHub
commit f402c67d3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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