From 0e168564fabd0687ccb49a352d0e6504a50888a5 Mon Sep 17 00:00:00 2001 From: Grahame Date: Sat, 21 Oct 2017 15:27:21 -0400 Subject: [PATCH] Add new var to enable/disable vehicle TIE Default is true --- Server_Install_Pack/@epochhive/epochconfig.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Server_Install_Pack/@epochhive/epochconfig.hpp b/Server_Install_Pack/@epochhive/epochconfig.hpp index ba97ac64..e83f2310 100644 --- a/Server_Install_Pack/@epochhive/epochconfig.hpp +++ b/Server_Install_Pack/@epochhive/epochconfig.hpp @@ -61,6 +61,7 @@ removevehmagazinesturret[] = { // Remove these Magazines from the given Turret f {"24Rnd_missiles",{-1}}, {"200Rnd_40mm_G_belt",{0}} }; +disableVehicleTIE = "true"; // BaseBuilding UseIndestructible = "false"; // Enable / Disable Indestructible BaseObjects