Skip to content

Commit

Permalink
Update HytilsConfig.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyvest authored Jan 16, 2025
1 parent 7b47a15 commit ae53bd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ public class HytilsConfig extends Config {
description = "Hide armor in games where armor is always the same.",
category = "Game", subcategory = "Entities"
)
public static boolean hideArmor = true;
public static boolean hideArmor = false;

@Switch(
name = "Hide Useless Game Nametags",
Expand Down

0 comments on commit ae53bd6

Please sign in to comment.