mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Better Movement in Trader Menu, just for config
This commit is contained in:
@@ -16,8 +16,8 @@ TraderDialogLoadItemList = {
|
|||||||
TraderItemList = -1;
|
TraderItemList = -1;
|
||||||
_index = _this select 0;
|
_index = _this select 0;
|
||||||
|
|
||||||
if (_index < 0 or TraderCurrentCatIndex == _index) exitWith {};
|
if (_index < 0) exitWith {};
|
||||||
TraderCurrentCatIndex = _index;
|
//TraderCurrentCatIndex = _index;
|
||||||
|
|
||||||
_trader_id = TraderCatList select _index;
|
_trader_id = TraderCatList select _index;
|
||||||
_activatingPlayer = player;
|
_activatingPlayer = player;
|
||||||
|
|||||||
Reference in New Issue
Block a user