From 43ec66a05a0ce91ee35093eca815ae993259458b Mon Sep 17 00:00:00 2001 From: He-Man Date: Thu, 8 Aug 2019 00:29:55 +0200 Subject: [PATCH] Replace CarService by Paintshop --- Server_Install_Pack/@epochhive/epochconfig.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index 16fd9ef8..e4bd9570 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -86,7 +86,7 @@ forceRestartTime = 14400; // 4 hour restarts {"200Rnd_40mm_G_belt",{0}} }; disableVehicleTIE = "true"; - ReplaceCarService = "false"; // Replace all "Land_CarService_F" with "paintshop" on the Map on Server Start + ReplaceCarService = "true"; // Replace all "Land_CarService_F" with "paintshop" on the Map on Server Start // BaseBuilding StorageSlotsLimit = 1500; // Max storage slots allowed. Warning! Higher the number lower performance.