Skip to content

Commit

Permalink
Fixed Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit authored Mar 6, 2020
1 parent 82c6bb9 commit fac8ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public MetricsService(SlimefunPlugin plugin) {
}

public void start() {
Metrics metrics = new Metrics(plugin, 4575);
Metrics metrics = new Metrics(plugin, 4574);

if (SlimefunPlugin.getUpdater().getBranch().isOfficial()) {
// We really do not need this data if it is an unofficially modified build...
Expand Down

0 comments on commit fac8ed1

Please sign in to comment.