We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c6bb9 commit fac8ed1Copy full SHA for fac8ed1
1 file changed
src/main/java/io/github/thebusybiscuit/slimefun4/core/services/metrics/MetricsService.java
@@ -23,7 +23,7 @@ public MetricsService(SlimefunPlugin plugin) {
23
}
24
25
public void start() {
26
- Metrics metrics = new Metrics(plugin, 4575);
+ Metrics metrics = new Metrics(plugin, 4574);
27
28
if (SlimefunPlugin.getUpdater().getBranch().isOfficial()) {
29
// We really do not need this data if it is an unofficially modified build...
0 commit comments