om nom nom donut graph

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

View File

@ -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");