Merge pull request #1648 from seb3sec/patch-5

Correct output for deconstruction round bagfence
This commit is contained in:
vbawol
2015-04-03 22:58:28 -05:00

View File

@@ -840,7 +840,7 @@ class CfgVehicles {
displayName = "Bag fence (Round)";
vehicleClass = "Fortifications";
constructioncount = 3;
removeoutput[] = {{"ItemSandbag",1}};
removeoutput[] = {{"BagFenceRound_DZ_kit",1}};
nounderground = 0;
};