diff --git a/Templates/Full/game/scripts/client/init.cs b/Templates/Full/game/scripts/client/init.cs index 2df6e2140..e40280a68 100644 --- a/Templates/Full/game/scripts/client/init.cs +++ b/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