From c0d5fcf17cd8088b124c825bb08f270ead23cc35 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Thu, 1 Dec 2016 15:15:04 -0500 Subject: [PATCH] Fix vault_pitch PVDZ_obj_Publish array 106 server_publishObject expects inventory as 4th element. --- SQF/dayz_code/actions/vault_pitch.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/vault_pitch.sqf b/SQF/dayz_code/actions/vault_pitch.sqf index 4ec981b4d..f583fdcbf 100644 --- a/SQF/dayz_code/actions/vault_pitch.sqf +++ b/SQF/dayz_code/actions/vault_pitch.sqf @@ -143,7 +143,7 @@ if(!_cancel) then { _tent setVariable ["CharacterID",_combination,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"; format[localize "str_epoch_player_179",_combination] call dayz_rollingMessages;