mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add server side security to P
This commit is contained in:
@@ -161,7 +161,7 @@ if (_proceed && _success) then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (_isWreckBuilding) then {
|
if (_isWreckBuilding) then {
|
||||||
PVDZ_send = [player,"RemoveObject",_ipos];
|
PVDZ_send = [player,"RemoveObject",_ipos,[_ipos,dayz_authKey,player]];
|
||||||
publicVariableServer "PVDZ_send";
|
publicVariableServer "PVDZ_send";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user