Skip to content

Commit

Permalink
Update bStats ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jun 14, 2024
1 parent caaa355 commit df01f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/milkbowl/vault/Vault.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void onEnable() {
getServer().getPluginManager().registerEvents(new VaultListener(), this);

// Load up the Plugin metrics
Metrics metrics = new Metrics(this, 887);
Metrics metrics = new Metrics(this, 22252);
findCustomData(metrics);

log.info(String.format("Enabled Version %s", getDescription().getVersion()));
Expand Down

0 comments on commit df01f45

Please sign in to comment.