diff --git a/SQF/dayz_code/actions/remove.sqf b/SQF/dayz_code/actions/remove.sqf index 31a9130f9..5da47409c 100644 --- a/SQF/dayz_code/actions/remove.sqf +++ b/SQF/dayz_code/actions/remove.sqf @@ -161,7 +161,7 @@ if (_proceed && _success) then { }; if (_isWreckBuilding) then { - PVDZ_send = [player,"RemoveObject",_ipos]; + PVDZ_send = [player,"RemoveObject",_ipos,[_ipos,dayz_authKey,player]]; publicVariableServer "PVDZ_send"; };