Fixed metrics

This commit is contained in:
Gabriele C
2015-07-06 16:09:56 +02:00
parent 923340d983
commit 256336979a
2 changed files with 12 additions and 0 deletions
@@ -3,6 +3,7 @@ package fr.xephi.authme;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
@@ -31,6 +32,7 @@ import org.bukkit.entity.Player;
import org.bukkit.plugin.PluginManager;
import org.bukkit.plugin.RegisteredServiceProvider;
import org.bukkit.plugin.java.JavaPlugin;
import org.mcstats.MetricsLite;
import com.earth2me.essentials.Essentials;
import com.maxmind.geoip.LookupService;