Fix base objects duplicating when using plot take ownership #1811

Fixes #1811
This commit is contained in:
ebaydayz
2016-12-30 16:29:34 -05:00
parent 2d595118c3
commit d4b286660f
2 changed files with 3 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
[FIXED] Handling of boiled water bottles < 10 oz #1838 (Also removed the requirement to have an empty tin can to boil water) @icomrade @schwanzkopfhegel
[FIXED] Generator inventory not saving #1831 @icomrade @schwanzkopfhegel
[FIXED] Filling fuel barrels takes the correct amount from fuel tanks now (210 instead of 40 litres). #1834 @schwanzkopfhegel @oiad
[FIXED] Base objects duplicating when using "take ownership" on plot pole. #1811 @BNG-Lance @Clanwarfare
[NOTE] The fixes below are included in the 1.0.6 Build C server package released December 29th, 2016 (http://dayzepoch.com/a2dayzepoch.php)
[FIXED] Hive child 309 errors that resulted in broken saving of newly built storage object inventory. @icomrade

View File

@@ -35,8 +35,8 @@ if (_hasAccess select 0) then {
sleep 0.01;
PVDZE_obj_Delete = [_objectID, _objectUID, player];
publicVariableServer "PVDZE_obj_Delete";
PVDZ_obj_Destroy = [_objectID, _objectUID, player];
publicVariableServer "PVDZ_obj_Destroy";
sleep 0.01;