mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Better Movement in Trader Menu, just for config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user