From 61ff2b3c61b76630a73308c01b47a7349e2e1dd2 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Thu, 12 Dec 2019 02:40:09 -0600 Subject: [PATCH] Add server side security to P --- SQF/dayz_code/actions/remove.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; };