From 82fade61d58e055a9c3a1b07174fbf44f8f6fbf9 Mon Sep 17 00:00:00 2001 From: HaHaWTH Date: Fri, 20 Oct 2023 21:52:54 +0800 Subject: [PATCH] B29 update --- src/main/java/fr/xephi/authme/AuthMe.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/AuthMe.java b/src/main/java/fr/xephi/authme/AuthMe.java index 5899f49e..76373401 100644 --- a/src/main/java/fr/xephi/authme/AuthMe.java +++ b/src/main/java/fr/xephi/authme/AuthMe.java @@ -214,8 +214,8 @@ public class AuthMe extends JavaPlugin { } if (settings.getProperty(SecuritySettings.GUI_CAPTCHA) && getServer().getPluginManager().isPluginEnabled("ProtocolLib")) { getServer().getPluginManager().registerEvents(new GuiCaptchaHandler((Plugin) this), this); - logger.info("(Beta)GUICaptcha Feature is enabled successfully!"); - logger.info("These features are still in development, if you encountered any problem, please report."); + logger.info("(Beta)GUICaptcha is enabled successfully!"); + logger.info("These features are still in early development, if you encountered any problem, please report."); } else if (settings.getProperty(SecuritySettings.GUI_CAPTCHA) && !getServer().getPluginManager().isPluginEnabled("ProtocolLib")) { logger.warning("ProtocolLib is not loaded, we can't enable GUI Captcha."); }