Revert "Add a message about the workaround with MC 1.9"

This reverts commit aa914b9aa7.
This commit is contained in:
Gabriele C 2016-03-05 18:16:57 +01:00
parent aa914b9aa7
commit 717f962473

View File

@ -242,8 +242,6 @@ public class AuthMe extends JavaPlugin {
try {
setupDatabase(newSettings);
} catch (Exception e) {
ConsoleLogger.showError("If you are using CraftBukkit/Spigot 1.9 please add the "
+ "-Dfile.encoding=UTF-8 argument in your server startup script!");
ConsoleLogger.logException("Fatal error occurred during database connection! "
+ "Authme initialization aborted!", e);
stopOrUnload();