From 10ef616854e752ad74afe0959b974b8feafc8044 Mon Sep 17 00:00:00 2001 From: McDiod Date: Sun, 23 Jun 2019 21:16:39 +0200 Subject: [PATCH] linearSD: remove unnecessary getWeather param --- functions/linearSD/fn_getWeather.sqf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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]