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);