prayer: Hide prayer flick indicator when minimap is hidden (#11138)

This commit is contained in:
Robert Nönnig
2020-04-01 01:11:40 +02:00
committed by GitHub
parent ca11d1926a
commit 12c969cc0a

View File

@@ -64,7 +64,7 @@ class PrayerFlickOverlay extends Overlay
}
Widget xpOrb = client.getWidget(WidgetInfo.MINIMAP_QUICK_PRAYER_ORB);
if (xpOrb == null)
if (xpOrb == null || xpOrb.isHidden())
{
return null;
}