From ce2ee9e0fbbd49efedfbbb00bb792537d1fb86a7 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Thu, 21 Sep 2023 21:49:35 +0800 Subject: [PATCH] Fix config typo --- .../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 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?",