From 717f962473f372d42e51c84f45427baca8a7696e Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Sat, 5 Mar 2016 18:16:57 +0100 Subject: [PATCH] Revert "Add a message about the workaround with MC 1.9" This reverts commit aa914b9aa7f92300899957024123ddf0f49177f6. --- src/main/java/fr/xephi/authme/AuthMe.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/fr/xephi/authme/AuthMe.java b/src/main/java/fr/xephi/authme/AuthMe.java index cff14683..571fdbbe 100644 --- a/src/main/java/fr/xephi/authme/AuthMe.java +++ b/src/main/java/fr/xephi/authme/AuthMe.java @@ -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();