From d2bacf367e33affe513b6f645676b1e48a325d9e Mon Sep 17 00:00:00 2001 From: seb3sec Date: Wed, 18 Mar 2015 12:32:08 +0100 Subject: [PATCH] Correct output for deconstruction round bagfence --- SQF/dayz_code/Configs/cfgVehicles.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index 6ce1ba6b0..aa3fd509b 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -840,7 +840,7 @@ class CfgVehicles { displayName = "Bag fence (Round)"; vehicleClass = "Fortifications"; constructioncount = 3; - removeoutput[] = {{"ItemSandbag",1}}; + removeoutput[] = {{"BagFenceRound_DZ_kit",1}}; nounderground = 0; };