diff --git a/SQF/dayz_code/compile/player_traderMenuConfig.sqf b/SQF/dayz_code/compile/player_traderMenuConfig.sqf index 0e95c5f79..02388d614 100644 --- a/SQF/dayz_code/compile/player_traderMenuConfig.sqf +++ b/SQF/dayz_code/compile/player_traderMenuConfig.sqf @@ -16,8 +16,8 @@ TraderDialogLoadItemList = { TraderItemList = -1; _index = _this select 0; - if (_index < 0 or TraderCurrentCatIndex == _index) exitWith {}; - TraderCurrentCatIndex = _index; + if (_index < 0) exitWith {}; + //TraderCurrentCatIndex = _index; _trader_id = TraderCatList select _index; _activatingPlayer = player;