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