This commit is contained in:
Gabriele C
2015-11-24 17:47:10 +01:00
parent bc223b04f9
commit fb6ddb4b59
2 changed files with 0 additions and 4 deletions
@@ -1,6 +1,5 @@
package fr.xephi.authme.util;
import com.maxmind.geoip.LookupService;
import fr.xephi.authme.AuthMe;
import fr.xephi.authme.ConsoleLogger;
import fr.xephi.authme.cache.auth.PlayerCache;
@@ -31,7 +30,6 @@ public final class Utils {
private static boolean getOnlinePlayersIsCollection = false;
private static Method getOnlinePlayers;
private static LookupService lookupService;
static {
plugin = AuthMe.getInstance();