widget item overlay: add group storage to showOnBank

This commit is contained in:
Zach
2021-12-14 00:53:50 -08:00
committed by Adam
parent 1892adf6ca
commit 9e7f7d97ef
3 changed files with 9 additions and 0 deletions

View File

@@ -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()