Update z_at_calcBuyableList.sqf

This commit is contained in:
Merlijn
2020-10-20 21:10:00 +02:00
parent 57276dd61f
commit d3794a8662

View File

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