Skip to content

Commit

Permalink
the other one too
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev authored Jul 26, 2024
1 parent 7a53d07 commit b41e365
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ public class HytilsConfig extends Config {
description = "Hides unnecessary nametags such as those that say \"RIGHT CLICK\" or \"CLICK TO PLAY\" in a lobby, as well as other useless ones.",
category = "Lobby", subcategory = "NPCs"
)
public static boolean hideUselessArmorStands = true;
public static boolean hideUselessArmorStands;

@Switch(
name = "Hide Lobby Bossbars",
Expand Down

0 comments on commit b41e365

Please sign in to comment.