prayer: Hide prayer flick indicator when minimap is hidden (#11138)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user