소스 검색

Added new config file save for vehicle re-mappings

aaravamudan2014 8 년 전
부모
커밋
92b169337e
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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