From 6664b1c58f6b6a7a5f8594ec326243f228a38b60 Mon Sep 17 00:00:00 2001 From: Xephi Date: Mon, 25 Aug 2014 03:42:59 +0200 Subject: [PATCH] I really will survive ! --- src/main/java/fr/xephi/authme/AuthMe.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/fr/xephi/authme/AuthMe.java b/src/main/java/fr/xephi/authme/AuthMe.java index 09ebf7ab5..4fff8e1c4 100644 --- a/src/main/java/fr/xephi/authme/AuthMe.java +++ b/src/main/java/fr/xephi/authme/AuthMe.java @@ -295,8 +295,8 @@ public class AuthMe extends JavaPlugin { dataManager.start(); // Sponsor message - ConsoleLogger.info("AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months"); - ConsoleLogger.info("Look Minecraft and other offers on www.verygames.net ! "); + ConsoleLogger.info("[SPONSOR] AuthMe is sponsored and hook perfectly with server hosting VERYGAMES, rent your server for only 1.99$/months"); + ConsoleLogger.info("[SPONSOR] Look Minecraft and other offers on www.verygames.net ! "); ConsoleLogger.info("Authme " + this.getDescription().getVersion() + " enabled"); } @@ -660,7 +660,7 @@ public class AuthMe extends JavaPlugin { } public void downloadGeoIp() { - ConsoleLogger.info("LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com"); + ConsoleLogger.info("[LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com"); File file = new File(getDataFolder(), "GeoIP.dat"); if (!file.exists()) { try {