Fix typo from 5d372d3

5d372d3
This commit is contained in:
ebaydayz
2016-08-18 13:30:19 -04:00
parent 0394c61183
commit 509c2b17d6

View File

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