Update UI.tscript

This commit is contained in:
Sir-Skurpsalot 2025-12-20 18:13:01 -07:00 committed by GitHub
parent 16d7a5f0f4
commit 6007423836
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())