Disable hiding ground items overlay while in bank interface

This commit is contained in:
Abel Briggs
2017-06-22 21:35:04 -04:00
committed by Adam
parent 41f5770d9a
commit f57475069d
@@ -94,11 +94,11 @@ public class GroundItemsOverlay extends Overlay
return null;
}
Widget bank = client.getWidget(WidgetInfo.BANK_ITEM_CONTAINER);
if (bank != null && !bank.isHidden())
{
return null;
}
//Widget bank = client.getWidget(WidgetInfo.BANK_ITEM_CONTAINER);
//if (bank != null && !bank.isHidden())
//{
// return null;
//}
Region region = client.getRegion();
Tile[][][] tiles = region.getTiles();