1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-05 11:16:24 +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) { if (haveVersionInformation) {
/* versionDonutGraph.addPlotter(new Metrics.Plotter(version) {
versionDonutGraph(new Metrics.Plotter(version) {
@Override @Override
public int getValue() { public int getValue() {
return 1; return 1;
} }
*/ });
} }
Graph officialGraph = metrics.createGraph("Built by official ci"); Graph officialGraph = metrics.createGraph("Built by official ci");