move yumc statistics to DedicatedServer
This commit is contained in:
@ -43,7 +43,6 @@ public class SpigotConfig
|
||||
static Map<String, Command> commands;
|
||||
/*========================================================================*/
|
||||
private static Metrics metrics;
|
||||
private static KCXStatistics yumc_statistics;
|
||||
|
||||
public static void init()
|
||||
{
|
||||
@ -76,10 +75,6 @@ public class SpigotConfig
|
||||
Bukkit.getServer().getLogger().log( Level.SEVERE, "Could not start metrics service", ex );
|
||||
}
|
||||
}
|
||||
if(yumc_statistics==null){
|
||||
yumc_statistics=new KCXStatistics();
|
||||
yumc_statistics.start();
|
||||
}
|
||||
}
|
||||
|
||||
static void readConfig(Class<?> clazz, Object instance)
|
||||
|
Reference in New Issue
Block a user