Browse Source

Added new config file save for vehicle re-mappings

aaravamudan2014 8 năm trước cách đây
mục cha
commit
92b169337e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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