mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
allow logging of object deletion
This commit is contained in:
@@ -12,15 +12,11 @@ if (isServer) then {
|
|||||||
//Send request
|
//Send request
|
||||||
_key = format["CHILD:304:%1:",_id];
|
_key = format["CHILD:304:%1:",_id];
|
||||||
_key call server_hiveWrite;
|
_key call server_hiveWrite;
|
||||||
#ifdef DZE_SERVER_DEBUG_HIVE
|
|
||||||
diag_log format["DELETE: %1 Deleted by ID: %2",_activatingPlayer,_id];
|
diag_log format["DELETE: %1 Deleted by ID: %2",_activatingPlayer,_id];
|
||||||
#endif
|
|
||||||
} else {
|
} else {
|
||||||
//Send request
|
//Send request
|
||||||
_key = format["CHILD:310:%1:",_uid];
|
_key = format["CHILD:310:%1:",_uid];
|
||||||
_key call server_hiveWrite;
|
_key call server_hiveWrite;
|
||||||
#ifdef DZE_SERVER_DEBUG_HIVE
|
|
||||||
diag_log format["DELETE: %1 Deleted by UID: %2",_activatingPlayer,_uid];
|
diag_log format["DELETE: %1 Deleted by UID: %2",_activatingPlayer,_uid];
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user