item stats overlay: limit bank widgets to item container
This commit is contained in:
@@ -98,7 +98,7 @@ public class ItemStatOverlay extends Overlay
|
|||||||
|| group == WidgetInfo.EQUIPMENT.getGroupId()
|
|| group == WidgetInfo.EQUIPMENT.getGroupId()
|
||||||
|| group == WidgetInfo.EQUIPMENT_INVENTORY_ITEMS_CONTAINER.getGroupId()
|
|| group == WidgetInfo.EQUIPMENT_INVENTORY_ITEMS_CONTAINER.getGroupId()
|
||||||
|| (config.showStatsInBank()
|
|| (config.showStatsInBank()
|
||||||
&& (group == WidgetInfo.BANK_ITEM_CONTAINER.getGroupId()
|
&& ((group == WidgetInfo.BANK_ITEM_CONTAINER.getGroupId() && child == WidgetInfo.BANK_ITEM_CONTAINER.getChildId())
|
||||||
|| group == WidgetInfo.BANK_INVENTORY_ITEMS_CONTAINER.getGroupId()))))
|
|| group == WidgetInfo.BANK_INVENTORY_ITEMS_CONTAINER.getGroupId()))))
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
|
|||||||
Reference in New Issue
Block a user