mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-01 07:03:34 +01:00
Cleanup
This commit is contained in:
parent
5830ebb426
commit
fe54f81b84
@ -195,7 +195,7 @@ public class Citizens extends JavaPlugin {
|
|||||||
graph.addPlotter(new Metrics.Plotter(i.toString()) {
|
graph.addPlotter(new Metrics.Plotter(i.toString()) {
|
||||||
@Override
|
@Override
|
||||||
public int getValue() {
|
public int getValue() {
|
||||||
return 1; // Number of players who used a diamond sword
|
return 1;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user