1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-06-21 16:31:25 +02:00

om nom nom donut graph

This commit is contained in:
NuclearW 2013-02-02 22:03:50 -05:00
parent dd0933c584
commit 727cb029a6

@ -272,13 +272,12 @@ public class mcMMO extends JavaPlugin {
}
if (haveVersionInformation) {
/*
versionDonutGraph(new Metrics.Plotter(version) {
versionDonutGraph.addPlotter(new Metrics.Plotter(version) {
@Override
public int getValue() {
return 1;
}
*/
});
}
Graph officialGraph = metrics.createGraph("Built by official ci");