From d3794a866232bdc34668ebf5891b414fa9e99426 Mon Sep 17 00:00:00 2001 From: Merlijn Date: Tue, 20 Oct 2020 21:10:00 +0200 Subject: [PATCH] Update z_at_calcBuyableList.sqf --- .../actions/AdvancedTrading/functions/z_at_calcBuyableList.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_calcBuyableList.sqf b/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_calcBuyableList.sqf index ce1061796..90e0864e1 100644 --- a/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_calcBuyableList.sqf +++ b/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_calcBuyableList.sqf @@ -50,7 +50,7 @@ _arrayOfTraderCat = Z_traderData; if (!Z_SingleCurrency) then { _buyCurrency = _buy select 1; - _sellCurrency = _sell select 1, + _sellCurrency = _sell select 1; _part = (configFile >> "CfgMagazines" >> _buyCurrency); _worth = getNumber(_part >> "worth"); if (_worth == 0) then {