mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Update z_at_calcBuyableList.sqf
This commit is contained in:
@@ -50,7 +50,7 @@ _arrayOfTraderCat = Z_traderData;
|
|||||||
|
|
||||||
if (!Z_SingleCurrency) then {
|
if (!Z_SingleCurrency) then {
|
||||||
_buyCurrency = _buy select 1;
|
_buyCurrency = _buy select 1;
|
||||||
_sellCurrency = _sell select 1,
|
_sellCurrency = _sell select 1;
|
||||||
_part = (configFile >> "CfgMagazines" >> _buyCurrency);
|
_part = (configFile >> "CfgMagazines" >> _buyCurrency);
|
||||||
_worth = getNumber(_part >> "worth");
|
_worth = getNumber(_part >> "worth");
|
||||||
if (_worth == 0) then {
|
if (_worth == 0) then {
|
||||||
|
|||||||
Reference in New Issue
Block a user