mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2025-01-06 00:18:34 +01:00
Update Stats.java
removed debug code
This commit is contained in:
parent
dd99b8d854
commit
27fe9f489a
@ -10,7 +10,6 @@ public class Stats {
|
||||
public static void addCharts(Metrics metrics){
|
||||
metrics.addCustomChart(new Metrics.SimplePie("chestlink-amount", () -> {
|
||||
int chestlinks = Config.getTotalChestLinks();
|
||||
Bukkit.broadcastMessage("CHESTLINKS: "+chestlinks);
|
||||
return chestlinks+"";
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user