Skip to content

Commit fac8ed1

Browse files
Fixed Metrics
1 parent 82c6bb9 commit fac8ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/thebusybiscuit/slimefun4/core/services/metrics/MetricsService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public MetricsService(SlimefunPlugin plugin) {
2323
}
2424

2525
public void start() {
26-
Metrics metrics = new Metrics(plugin, 4575);
26+
Metrics metrics = new Metrics(plugin, 4574);
2727

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

0 commit comments

Comments
 (0)