Skip to content

Commit 6bccc67

Browse files
committed
Remove todo comment from BukkitMetrics
1 parent e59116d commit 6bccc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bukkit/src/main/java/org/faststats/BukkitMetrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public BukkitMetrics(Plugin plugin, String token) throws IOException {
5050
addChart(Chart.pie("plugin_version", () -> plugin.getDescription().getVersion()));
5151
addChart(Chart.pie("server_type", () -> plugin.getServer().getName()));
5252
addChart(Chart.pie("minecraft_version", () -> plugin.getServer().getMinecraftVersion()));
53-
addChart(Chart.line("player_count", () -> plugin.getServer().getOnlinePlayers().size())); // todo: rename in backend
53+
addChart(Chart.line("player_count", () -> plugin.getServer().getOnlinePlayers().size()));
5454
startSubmitting();
5555
}
5656

0 commit comments

Comments
 (0)