Skip to content

Commit

Permalink
fix tracked id
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei1058 committed Dec 1, 2023
1 parent a6bd4a4 commit f6bfd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class MetricsManager {
private final Metrics metrics;

private MetricsManager(BedWars plugin) {
metrics = new Metrics(plugin, 97320);
metrics = new Metrics(plugin, 1885);

// base metrics
metrics.addCustomChart(new SimplePie("server_type", () -> BedWars.getServerType().toString()));
Expand Down

0 comments on commit f6bfd88

Please sign in to comment.