Skip to content

Commit

Permalink
Change bStats plugin ID
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Jun 22, 2024
1 parent abba472 commit 1b3fa9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void onEnable() {
loadConfig();
startServer();

if (config.getBoolean("bstats")) new Metrics(this, 22313);
if (config.getBoolean("bstats")) new Metrics(this, 22358);

Logger logger = getLogger();

Expand Down

0 comments on commit 1b3fa9c

Please sign in to comment.