From b41e365c98821726f621336676a66d95f09ae19c Mon Sep 17 00:00:00 2001 From: MicrocontrollersDev <66657148+MicrocontrollersDev@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:18:21 -0700 Subject: [PATCH] the other one too --- src/main/java/org/polyfrost/hytils/config/HytilsConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java b/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java index 51b4761..4338751 100644 --- a/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java +++ b/src/main/java/org/polyfrost/hytils/config/HytilsConfig.java @@ -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",