mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix base objects duplicating when using plot take ownership #1811
Fixes #1811
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user