Add new WidgetIDs for minimap
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -97,7 +97,7 @@ class PrayerDoseOverlay extends Overlay
|
||||
@Override
|
||||
public Dimension render(Graphics2D graphics)
|
||||
{
|
||||
final Widget xpOrb = client.getWidget(WidgetInfo.QUICK_PRAYER_ORB);
|
||||
final Widget xpOrb = client.getWidget(WidgetInfo.MINIMAP_QUICK_PRAYER_ORB);
|
||||
if (xpOrb == null)
|
||||
{
|
||||
return null;
|
||||
|
||||
@@ -67,7 +67,7 @@ class PrayerFlickOverlay extends Overlay
|
||||
return null;
|
||||
}
|
||||
|
||||
Widget xpOrb = client.getWidget(WidgetInfo.QUICK_PRAYER_ORB);
|
||||
Widget xpOrb = client.getWidget(WidgetInfo.MINIMAP_QUICK_PRAYER_ORB);
|
||||
if (xpOrb == null)
|
||||
{
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user