Better Movement in Trader Menu, just for config

This commit is contained in:
Skaronator
2014-02-06 11:56:03 +01:00
parent c3112bc12d
commit cdc062a833

View File

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