diff --git a/src/main/java/club/sk1er/patcher/config/PatcherConfig.java b/src/main/java/club/sk1er/patcher/config/PatcherConfig.java index 13648630..2adb4218 100644 --- a/src/main/java/club/sk1er/patcher/config/PatcherConfig.java +++ b/src/main/java/club/sk1er/patcher/config/PatcherConfig.java @@ -881,7 +881,7 @@ private void modifyEverySound() { "but will resolve special entities being occluded when they typically shouldn't be.", category = "Performance", subcategory = "Culling" ) - public static boolean checkArmorstandRules; + public static boolean checkArmorstandRules = true; @Switch( name = "Disable Enchantment Glint",