Consider a market group as non-final when it has sub-market groups
This commit is contained in:
@@ -768,7 +768,7 @@ class Market:
|
||||
"updated for {1} to display correctly.").format(mg, self.ITEMS_FORCEDMARKETGROUP_R[mg.ID]))
|
||||
return False
|
||||
return True
|
||||
elif len(mg.items) > 0:
|
||||
elif len(mg.items) > 0 and len(mg.children) == 0:
|
||||
return True
|
||||
else:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user