Update ExampleModule.tscript

removed execution of keybinds, only done in core/clientServer/scripts/client/client.tscript now.
This commit is contained in:
Sir-Skurpsalot 2025-12-12 20:11:18 -07:00 committed by GitHub
parent 7b81f5de44
commit d80e0aeef4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,11 +29,7 @@ function ExampleModule::initClient(%this)
//client scripts
exec("./scripts/client/defaultkeybinds");
%prefPath = getPrefpath();
if(isScriptFile(%prefPath @ "/keybinds"))
exec(%prefPath @ "/keybinds");
%this.queueExec("./scripts/shared/ExampleGameMode");
}