Skip to content

Commit

Permalink
Merge pull request runelite#2681 from Kamielvf/raids-pointbox-fix
Browse files Browse the repository at this point in the history
fix: Hide vanilla raid points box when inside chambers of xeric
  • Loading branch information
deathbeam authored May 14, 2018
2 parents c185969 + b9d105f commit fdc8e9d
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 (!inRaidChambers || event.isHidden())
if (event.isHidden())
{
return;
}
Expand Down

0 comments on commit fdc8e9d

Please sign in to comment.