Revert "fix: Hide vanilla raid points box when inside chambers of xeric"

This commit is contained in:
Adam
2018-05-15 10:07:24 -04:00
committed by GitHub
parent a72d010794
commit 8ecd130d3a

View File

@@ -210,7 +210,7 @@ public class RaidsPlugin extends Plugin
@Subscribe
public void onWidgetHiddenChanged(WidgetHiddenChanged event)
{
if (event.isHidden())
if (!inRaidChambers || event.isHidden())
{
return;
}