Skip to content

Commit

Permalink
Set "Hide HUD Elements" to false by default
Browse files Browse the repository at this point in the history
Cause why was this on by default in the first place
  • Loading branch information
Wyvest committed May 12, 2023
1 parent 2df47f1 commit 3b607f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cc/woverflow/hytils/config/HytilsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ public class HytilsConfig extends Config {
description = "Hide HUD elements such as health, hunger, and armor bars where they are the same.",
category = "Game", subcategory = "GUI"
)
public static boolean hideHudElements = true;
public static boolean hideHudElements = false;

@Switch(
name = "Hide Advertisements in Bossbars",
Expand Down

0 comments on commit 3b607f5

Please sign in to comment.