Parcourir la source

Update ExampleModule.tscript

removed execution of keybinds, only done in core/clientServer/scripts/client/client.tscript now.
Sir-Skurpsalot il y a 1 mois
Parent
commit
d80e0aeef4

+ 1 - 5
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");
 }