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 80cd5c2c..622780a8 100644 --- a/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java +++ b/src/main/java/fr/xephi/authme/settings/properties/SecuritySettings.java @@ -34,7 +34,7 @@ public final class SecuritySettings implements SettingsHolder { public static final Property GUI_CAPTCHA_TIMEOUT = newProperty("3rdPartyFeature.captcha.timeOut",0); @Comment({"Should we ignore floodgate players when sending GUI captcha?", - "(require hookFloodgate enabled)"}) + "(Requires floodgate and hookFloodgate: true)"}) public static final Property GUI_CAPTCHA_BE_COMPATIBILITY = newProperty("3rdPartyFeature.captcha.ignoreBedrock",false); // @Comment({"Should we kick the players when they failed captcha too many times?",