From e2c848a737fd93d53fe762599e953329bc32a693 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Sun, 24 Mar 2024 01:44:25 +0800 Subject: [PATCH] Change default settings --- .../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 be65f20b..14aba896 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -43,7 +43,7 @@ public final class SecuritySettings implements SettingsHolder { @Comment({"Choose the best teleport method by server brand?", "(Enable this if you are using Paper)"}) public static final Property SMART_ASYNC_TELEPORT = - newProperty("3rdPartyFeature.optimizes.smartAsyncTeleport", false); + newProperty("3rdPartyFeature.optimizes.smartAsyncTeleport", true); @Comment("Send a GUI captcha to unregistered players?(Requires ProtocolLib)") public static final Property GUI_CAPTCHA =