Skip to content

Commit

Permalink
fix(metrics): Fixed the wrong bStats ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sraconni committed Oct 14, 2024
1 parent 27b05c1 commit cebbae4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected boolean initialize() {

if (PluginConfig.METRICS.getNotNull()) {
log("Initializing bStats...");
new Metrics(this, 18946);
new Metrics(this, 19709);
}

if (PluginConfig.CHECK_UPDATE.getNotNull()) {
Expand Down

0 comments on commit cebbae4

Please sign in to comment.