Skip to content

Commit

Permalink
remove mcstats metrics
Browse files Browse the repository at this point in the history
its dead for a long time now
  • Loading branch information
Brokkonaut committed Sep 5, 2018
1 parent 1b316dc commit 3ef6e48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 757 deletions.
7 changes: 0 additions & 7 deletions src/main/java/de/diddiz/LogBlock/LogBlock.java
Expand Up @@ -17,7 +17,6 @@

import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
Expand Down Expand Up @@ -121,12 +120,6 @@ public void onEnable() {
questioner = new Questioner(this);
isCompletelyEnabled = true;
getServer().getScheduler().runTaskAsynchronously(this, new Updater.PlayerCountChecker(this));
try {
Metrics metrics = new Metrics(this);
metrics.start();
} catch (IOException ex) {
getLogger().info("Could not start metrics: " + ex.getMessage());
}
}

private void registerEvents() {
Expand Down

0 comments on commit 3ef6e48

Please sign in to comment.