mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-22 20:12:20 +03:00
Fix vault_pitch PVDZ_obj_Publish array
106 server_publishObject expects inventory as 4th element.
This commit is contained in:
@@ -143,7 +143,7 @@ if(!_cancel) then {
|
|||||||
_tent setVariable ["CharacterID",_combination,true];
|
_tent setVariable ["CharacterID",_combination,true];
|
||||||
_tent setVariable ["OEMPos",_location,true];
|
_tent setVariable ["OEMPos",_location,true];
|
||||||
|
|
||||||
PVDZ_obj_Publish = [_combination,_tent,[_dir,_location,dayz_playerUID],"VaultStorageLocked"];
|
PVDZ_obj_Publish = [_combination,_tent,[_dir,_location,dayz_playerUID],[]];
|
||||||
publicVariableServer "PVDZ_obj_Publish";
|
publicVariableServer "PVDZ_obj_Publish";
|
||||||
|
|
||||||
format[localize "str_epoch_player_179",_combination] call dayz_rollingMessages;
|
format[localize "str_epoch_player_179",_combination] call dayz_rollingMessages;
|
||||||
|
|||||||
Reference in New Issue
Block a user