From 81d5976031d7b799bd3359582cb1b32f87b4cae5 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Sat, 20 Feb 2016 23:09:18 -0500 Subject: [PATCH] Fix toilet paper dupe exploit when building outhouse See #1599 --- CHANGE LOG 1.0.6.txt | 1 + SQF/dayz_code/Configs/cfgVehicles.hpp | 9 +-------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGE LOG 1.0.6.txt b/CHANGE LOG 1.0.6.txt index 37dec4d64..e8de0ac0b 100644 --- a/CHANGE LOG 1.0.6.txt +++ b/CHANGE LOG 1.0.6.txt @@ -48,6 +48,7 @@ [FIXED] M113_DZ,_DZE variants config errors and gunner seat not working @McKeighan @ebaydayz #1514 [FIXED] Smoke countermeasures are now visible @Markokil321 @icomrade #1440 [FIXED] Keyboard input is now disabled properly while unconscious @skynetdev @ebaydayz #1613 +[FIXED] Toilet paper dupe exploit when building outhouse @Markokil321 @ebaydayz #1599 [UPDATED] .hpp files updated in dayz_epoch_b CfgLootPos > CfgBuildingPos. @Uro1 [UPDATED] .bat files updated in Config-Examples @Raziel23x diff --git a/SQF/dayz_code/Configs/cfgVehicles.hpp b/SQF/dayz_code/Configs/cfgVehicles.hpp index aa3fd509b..87fd3945e 100644 --- a/SQF/dayz_code/Configs/cfgVehicles.hpp +++ b/SQF/dayz_code/Configs/cfgVehicles.hpp @@ -1172,14 +1172,7 @@ class CfgVehicles { transportMaxWeapons = 4; transportMaxBackpacks = 4; constructioncount = 2; - class transportmagazines - { - class _xx_ItemTrashToiletpaper - { - magazine = "ItemTrashToiletpaper"; - count = 1; - }; - }; + class transportmagazines {}; }; class Land_Shed_M01; class StorageShed_DZ: Land_Shed_M01