Temp fix for vault_pitch.sqf error in 1.0.6 release

This commit is contained in:
ebaydayz
2016-12-01 15:31:09 -05:00
parent c0d5fcf17c
commit 40ea519fd3
2 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ _characterID = _this select 0;
_object = _this select 1;
_worldspace = _this select 2;
_inventory = _this select 3;
if (typeName _inventory != "ARRAY") then {_inventory = [];}; //Temp fix for error in vault_pitch, player_build.sqf in 1.0.6 release
_type = typeOf _object;
if ([_object, "Server"] call check_publishobject) then {