Skip to content

Commit 5687417

Browse files
author
redageddon
committed
fixed bozo bug
1 parent d59b991 commit 5687417

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

EnvironmentHider/Managers/MenuEnvironmentManager.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ internal void HideAll(bool hideAll)
5050
{
5151
if (hideAll)
5252
{
53-
this.HideFogRing(this.pluginConfig.HideMenuPileOfNotes);
54-
this.HideGround(this.pluginConfig.HideMenuPileOfNotes);
55-
this.HideNotes(this.pluginConfig.HideMenuPileOfNotes);
53+
this.HideFogRing(this.pluginConfig.HideFogRing);
54+
this.HideGround(this.pluginConfig.HideMenuGround);
55+
this.HideNotes(this.pluginConfig.HideMenuNotes);
5656
this.HidePileOfNotes(this.pluginConfig.HideMenuPileOfNotes);
57-
this.HideLogo(this.pluginConfig.HideMenuPileOfNotes);
58-
this.HideRedLine(this.pluginConfig.HideMenuPileOfNotes);
59-
this.HideBlueLine(this.pluginConfig.HideMenuPileOfNotes);
57+
this.HideLogo(this.pluginConfig.HideLogo);
58+
this.HideRedLine(this.pluginConfig.HideRedLine);
59+
this.HideBlueLine(this.pluginConfig.HideBlueLine);
6060
}
6161
else
6262
{

0 commit comments

Comments
 (0)