widget item overlay: add group storage to showOnBank

This commit is contained in:
Zach
2021-12-14 14:18:07 -05:00
committed by Adam
parent 1892adf6ca
commit 9e7f7d97ef
3 changed files with 9 additions and 0 deletions
@@ -135,6 +135,7 @@ public abstract class WidgetItemOverlay extends Overlay
protected void showOnBank()
{
drawAfterLayer(WidgetInfo.BANK_ITEM_CONTAINER);
drawAfterLayer(WidgetInfo.GROUP_STORAGE_ITEM_CONTAINER);
}
protected void showOnEquipment()