runelite-api: Add/Correct fairy ring panel widgets

This commit is contained in:
Tyler Hardy
2018-02-10 18:15:59 -06:00
committed by Max Weber
parent b269a75c45
commit e67561c355
3 changed files with 19 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ public class FairyRingPlugin extends Plugin
@Subscribe
public void onWidgetLoaded(WidgetLoaded widgetLoaded)
{
if (widgetLoaded.getGroupId() == WidgetID.FAIRY_RING_CODE_GROUP_ID)
if (widgetLoaded.getGroupId() == WidgetID.FAIRY_RING_PANEL_GROUP_ID)
{
setWidgetTextToDestination();
}