Skip to content

Commit 87a5744

Browse files
committed
🔥 remove bStats
1 parent 3b8e617 commit 87a5744

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

minecraft/paper/src/main/java/xyz/bitsquidd/bits/BitsPaper.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525

2626

2727
public class BitsPaper extends BitsMinecraft {
28-
private static final int BSTATS_ID = 31210;
2928

3029
private final JavaPlugin plugin;
3130

@@ -46,7 +45,6 @@ public static BitsPaper generic(JavaPlugin plugin) {
4645
@Override
4746
public void startup() {
4847
super.startup();
49-
new Metrics(plugin, BSTATS_ID);
5048
CommonPaperFormatters.init();
5149
}
5250

0 commit comments

Comments
 (0)