Procházet zdrojové kódy

Added new config file save for vehicle re-mappings

aaravamudan2014 před 8 roky
rodič
revize
92b169337e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      Templates/Full/game/scripts/client/init.cs

+ 2 - 1
Templates/Full/game/scripts/client/init.cs

@@ -111,7 +111,8 @@ function initClient()
 
    if (isFile("./config.cs"))
       exec("./config.cs");
-
+   if (isFile("./config_vehicle.cs"))
+      exec("./config_vehicle.cs");
    loadMaterials();
 
    // Really shouldn't be starting the networking unless we are