From 509c2b17d6f5f7ddc8eeefe9c03f3601d0e6969c Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Thu, 18 Aug 2016 13:30:19 -0400 Subject: [PATCH] Fix typo from 5d372d3 5d372d3 --- .../actions/AdvancedTrading/functions/z_at_fillBuyableList.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_fillBuyableList.sqf b/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_fillBuyableList.sqf index 598e136f1..e49538e9f 100644 --- a/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_fillBuyableList.sqf +++ b/SQF/dayz_code/actions/AdvancedTrading/functions/z_at_fillBuyableList.sqf @@ -19,7 +19,7 @@ _count = 0; if (_type == "trade_items") then { { if (isText(configFile >> "CfgWeapons" >> _x >> "Attachments" >> _name) or _name in getArray (configFile >> "CfgWeapons" >> _x >> "magazines")) then { - lbSetColor [Z_AT_BUYABLELIST, _index, [0.2,0.75,1]]; + lbSetColor [Z_AT_BUYABLELIST, _index, [0.2,0.75,1,1]]; }; } count _weapons; _count = {_x == _name} count magazines player;