Add support for rune pouch (l) to rune pouch overlay (#10331)

This commit is contained in:
Austin Lee
2019-11-27 08:58:10 +01:00
committed by Tomas Slusny
parent 1d344df411
commit d936a23894
@@ -76,7 +76,7 @@ public class RunepouchOverlay extends WidgetItemOverlay
@Override
public void renderItemOverlay(Graphics2D graphics, int itemId, WidgetItem itemWidget)
{
if (itemId != ItemID.RUNE_POUCH)
if (itemId != ItemID.RUNE_POUCH && itemId != ItemID.RUNE_POUCH_L)
{
return;
}