Skip to content

Commit

Permalink
Revert "fix: Hide vanilla raid points box when inside chambers of xeric"
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- authored May 15, 2018
1 parent a72d010 commit 8ecd130
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public void onConfigChanged(ConfigChanged event)
@Subscribe
public void onWidgetHiddenChanged(WidgetHiddenChanged event)
{
if (event.isHidden())
if (!inRaidChambers || event.isHidden())
{
return;
}
Expand Down

0 comments on commit 8ecd130

Please sign in to comment.