diff --git a/functions/linearSD/fn_getWeather.sqf b/functions/linearSD/fn_getWeather.sqf index 9289ed9..0e5bea6 100644 --- a/functions/linearSD/fn_getWeather.sqf +++ b/functions/linearSD/fn_getWeather.sqf @@ -2,7 +2,4 @@ // returns array in format for weatherArray entry (fn_startLinearSD) -private _return = [overcast,fogParams,wind]; -(_return select 2) set [2,false]; - -_return +[overcast,fogParams]