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