Skip to content

Commit 116c8ff

Browse files
authored
Merge pull request #67 from T0biii/patch-1
Added Plugin ID to bStats Metrics
2 parents 0c2745b + 6ffe640 commit 116c8ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/com/xxmicloxx/NoteBlockAPI/NoteBlockAPI.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ public void onEnable() {
142142
}
143143
}
144144

145-
Metrics metrics = new Metrics(this);
145+
Metrics metrics = new Metrics(this, 1083);
146+
146147

147148
new NoteBlockPlayerMain().onEnable();
148149

0 commit comments

Comments
 (0)