From e8d74f559de0263996356952dc03edcde40da1cc Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Sun, 24 Mar 2024 01:45:55 +0800 Subject: [PATCH] Change default settings --- .../fr/xephi/authme/settings/properties/SecuritySettings.java | 3 ++- 1 file changed, 2 insertions(+), 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 14aba896..d1134a32 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -27,7 +27,8 @@ public final class SecuritySettings implements SettingsHolder { newListProperty("3rdPartyFeature.features.captcha.whiteList"); @Comment({"Should we let Bedrock players login automatically?", - "(Requires hookFloodgate to be true & floodgate loaded)"}) + "(Requires hookFloodgate to be true & floodgate loaded)", + "(**THIS IS SAFE DO NOT WORRY**)"}) public static final Property FORCE_LOGIN_BEDROCK = newProperty("3rdPartyFeature.features.bedrockAutoLogin", false);