mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Temp fix for vault_pitch.sqf error in 1.0.6 release
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user