Skip to content

Commit

Permalink
Remove mcstats.org metrics reporting. mcstats.org has been down for m…
Browse files Browse the repository at this point in the history
…onths.
  • Loading branch information
LunNova committed May 8, 2017
1 parent 1040b3a commit 23dd4b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 308 deletions.
7 changes: 0 additions & 7 deletions src/main/java/nallar/tickprofiler/minecraft/TickProfiler.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
import nallar.tickprofiler.minecraft.commands.TPSCommand;
import nallar.tickprofiler.minecraft.profiling.EntityTickProfiler;
import nallar.tickprofiler.minecraft.profiling.LagSpikeProfiler;
import nallar.tickprofiler.reporting.Metrics;
import nallar.tickprofiler.util.TableFormatter;
import nallar.tickprofiler.util.VersionUtil;
import net.minecraft.command.ServerCommandManager;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Items;
Expand Down Expand Up @@ -42,11 +40,6 @@ public class TickProfiler {
public static TickProfiler instance;
public static long tickTime = 20; // Initialise with non-zero value to avoid divide-by-zero errors calculating TPS
public static long lastTickTime;

static {
new Metrics("TickProfiler", VersionUtil.versionNumber());
}

public boolean requireOpForProfileCommand = true;
public boolean requireOpForDumpCommand = true;
private int profilingInterval = 0;
Expand Down
292 changes: 0 additions & 292 deletions src/main/java/nallar/tickprofiler/reporting/Metrics.java

This file was deleted.

9 changes: 0 additions & 9 deletions src/main/java/nallar/tickprofiler/util/VersionUtil.java

This file was deleted.

0 comments on commit 23dd4b9

Please sign in to comment.