mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Merge pull request #1620 from ebaydayz/patch-6
Fix trader menu expected array error
This commit is contained in:
@@ -11,7 +11,7 @@ lbClear TraderDialogCatList;
|
|||||||
lbClear TraderDialogItemList;
|
lbClear TraderDialogItemList;
|
||||||
|
|
||||||
TraderCurrentCatIndex = -1;
|
TraderCurrentCatIndex = -1;
|
||||||
TraderItemList = -1;
|
TraderItemList = [];
|
||||||
|
|
||||||
TraderCatList = [];
|
TraderCatList = [];
|
||||||
{
|
{
|
||||||
@@ -21,4 +21,4 @@ TraderCatList = [];
|
|||||||
} count _trader_data;
|
} count _trader_data;
|
||||||
waitUntil { !dialog };
|
waitUntil { !dialog };
|
||||||
TraderCurrentCatIndex = -1;
|
TraderCurrentCatIndex = -1;
|
||||||
TraderCatList = -1;
|
TraderCatList = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user