Skip to content

Commit 82fade6

Browse files
committed
B29 update
1 parent fc5009b commit 82fade6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/fr/xephi/authme/AuthMe.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ public void onEnable() {
214214
}
215215
if (settings.getProperty(SecuritySettings.GUI_CAPTCHA) && getServer().getPluginManager().isPluginEnabled("ProtocolLib")) {
216216
getServer().getPluginManager().registerEvents(new GuiCaptchaHandler((Plugin) this), this);
217-
logger.info("(Beta)GUICaptcha Feature is enabled successfully!");
218-
logger.info("These features are still in development, if you encountered any problem, please report.");
217+
logger.info("(Beta)GUICaptcha is enabled successfully!");
218+
logger.info("These features are still in early development, if you encountered any problem, please report.");
219219
} else if (settings.getProperty(SecuritySettings.GUI_CAPTCHA) && !getServer().getPluginManager().isPluginEnabled("ProtocolLib")) {
220220
logger.warning("ProtocolLib is not loaded, we can't enable GUI Captcha.");
221221
}

0 commit comments

Comments
 (0)