Update AuthMe.java

This commit is contained in:
Gabriele C. 2015-07-06 15:52:36 +02:00
parent b371e883cf
commit 354c62358b

View File

@ -128,6 +128,15 @@ public class AuthMe extends JavaPlugin {
return;
}
try {
MetricsLite metrics = new MetricsLite(this);
metrics.start();
ConsoleLogger.info("Metrics-Lite started successfully!");
} catch (IOException e) {
// Failed to submit the stats :-(
ConsoleLogger.showError("Can't start Metrics-Lite! The plugin will work anyway...");
}
citizens = new CitizensCommunicator(this);
if (Settings.enableAntiBot) {