Skip to content

Commit

Permalink
Disable "Hide Zoom Overlay"
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jun 21, 2021
1 parent c6cf9fc commit 16d0f3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public static class TweaksGroup {
// TODO - Revert this once 5.0.0 is properly released
@Setting(comment = "Prints a random owo in the console when the game starts. Enabled by default until full release.")
public boolean printOwoOnStart = true;
@Setting(comment = "Hides the zoom overlay while the HUD's hidden.")
public boolean hideZoomOverlay = false;
// @Setting(comment = "Hides the zoom overlay while the HUD's hidden.")
// public boolean hideZoomOverlay = false;
}
}

0 comments on commit 16d0f3a

Please sign in to comment.