Update vanilla fence building

Vanilla commits applied:

e88a5c42bc

fe95643511

9a82b8307c

5a305198c7

be872601c9

44a25b1b4a

7bfeab3c13

cc5f02a41a
This commit is contained in:
ebaydayz
2016-09-10 11:25:10 -04:00
parent 11a3df0177
commit f57e303355
9 changed files with 69 additions and 34 deletions

View File

@@ -184,7 +184,8 @@ _object_killed = {
_key = format["CHILD:306:%1:%2:%3:",_objectID,[],1];
};
_key call server_hiveWrite;
diag_log ("HIVE: WRITE: "+ str(_key));
diag_log format["DELETE: Deleted by KEY: %1",_key];
if (((typeOf _object) in DayZ_removableObjects) or ((typeOf _object) in DZE_isRemovable)) then {[_objectID,_objectUID] call server_deleteObj;};
};