From 01f4a8f205434f01adc024857382093d3d8fd5aa Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Sun, 31 Dec 2023 17:20:43 +0800 Subject: [PATCH] Revert config value to false --- .../fr/xephi/authme/settings/properties/SecuritySettings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java index 682c50a8..937712fa 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -38,7 +38,7 @@ public final class SecuritySettings implements SettingsHolder { @Comment({"(MC1.13- only)", "Should we fix the shulker crash bug with advanced method?"}) public static final Property ADVANCED_SHULKER_FIX = - newProperty("3rdPartyFeature.fixes.advancedShulkerFix", true); + newProperty("3rdPartyFeature.fixes.advancedShulkerFix", false); @Comment({"Choose the best teleport method by server brand?", "(Enable this if you are using Paper)"})