Add server side security to P

This commit is contained in:
worldwidesorrow
2019-12-12 02:40:09 -06:00
committed by GitHub
parent e913d1f77e
commit 61ff2b3c61

View File

@@ -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";
};