Fix vault_pitch PVDZ_obj_Publish array

106 server_publishObject expects inventory as 4th element.
This commit is contained in:
ebaydayz
2016-12-01 15:15:04 -05:00
parent 90453641d4
commit c0d5fcf17c

View File

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