Fix toilet paper dupe exploit when building outhouse

See #1599
This commit is contained in:
ebaydayz
2016-02-20 23:09:18 -05:00
parent 0075b44c0e
commit 81d5976031
2 changed files with 2 additions and 8 deletions

View File

@@ -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

View File

@@ -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