Unhide raids widgets on plugin shutdown
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -166,6 +166,12 @@ public class RaidsPlugin extends Plugin
|
|||||||
inRaidChambers = false;
|
inRaidChambers = false;
|
||||||
raid = null;
|
raid = null;
|
||||||
timer = null;
|
timer = null;
|
||||||
|
|
||||||
|
final Widget widget = client.getWidget(WidgetInfo.RAIDS_POINTS_INFOBOX);
|
||||||
|
if (widget != null)
|
||||||
|
{
|
||||||
|
widget.setHidden(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe
|
@Subscribe
|
||||||
|
|||||||
Reference in New Issue
Block a user