Use isLocalHidden in attack indicator plugin
This commit is contained in:
@@ -128,7 +128,7 @@ public class AttackIndicatorPlugin extends Plugin
|
|||||||
@Subscribe
|
@Subscribe
|
||||||
public void hideWidgets(WidgetHiddenChanged event)
|
public void hideWidgets(WidgetHiddenChanged event)
|
||||||
{
|
{
|
||||||
if (event.getWidget().isHidden() || TO_GROUP(event.getWidget().getId()) != COMBAT_GROUP_ID)
|
if (event.getWidget().isSelfHidden() || TO_GROUP(event.getWidget().getId()) != COMBAT_GROUP_ID)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user