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 =