diff --git a/Templates/BaseGame/game/data/ExampleModule/ExampleModule.tscript b/Templates/BaseGame/game/data/ExampleModule/ExampleModule.tscript index 033b2155a..57518e0a1 100644 --- a/Templates/BaseGame/game/data/ExampleModule/ExampleModule.tscript +++ b/Templates/BaseGame/game/data/ExampleModule/ExampleModule.tscript @@ -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"); }