isRSHidden > isSelfHidden

This commit is contained in:
Max Weber
2018-03-08 19:35:03 -07:00
parent c916f547a1
commit 1d5a9f7e90
3 changed files with 14 additions and 2 deletions
@@ -143,7 +143,7 @@ public abstract class RSWidgetMixin implements RSWidget
return true;
}
return isRSHidden();
return isSelfHidden();
}
@Inject