File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/fr/xephi/authme Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments