First try at updating command system to be like TC. Still needs alot of testing/work
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Game
|
||||
AuctionListBucketsResult listBucketsResult = new();
|
||||
if (!browseQuery.ItemClassFilters.Empty())
|
||||
{
|
||||
classFilters.HasValue = true;
|
||||
classFilters.Value = new();
|
||||
|
||||
foreach (var classFilter in browseQuery.ItemClassFilters)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user