From 83d178ccf1ba93768023fbe73b1ce55935fe69d0 Mon Sep 17 00:00:00 2001 From: IT07 Date: Sat, 6 Aug 2016 18:33:24 +0200 Subject: [PATCH] Fail-safe --- a3_vemf_reloaded/fn/fn_loadInv.sqf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/a3_vemf_reloaded/fn/fn_loadInv.sqf b/a3_vemf_reloaded/fn/fn_loadInv.sqf index 659eab8..a4ad092 100644 --- a/a3_vemf_reloaded/fn/fn_loadInv.sqf +++ b/a3_vemf_reloaded/fn/fn_loadInv.sqf @@ -312,4 +312,5 @@ if ((_this1 in ("missionList" call VEMFr_fnc_config)) OR (_this1 isEqualTo "Stat breakOut "this"; }; }; -_r + +if not(isNil "_r") then { _r };