mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Don't forget to infect with metrics!
This commit is contained in:
parent
cada0f4f91
commit
19f8b5b1e2
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ import java.util.HashSet;
|
|||
* Created by libraryaddict on 3/01/2019.
|
||||
*/
|
||||
public class MetricsInitalizer {
|
||||
public MetricsInitalizer() {
|
||||
infectWithMetrics();
|
||||
}
|
||||
|
||||
private void infectWithMetrics() {
|
||||
LibsDisguises plugin = LibsDisguises.getInstance();
|
||||
|
||||
|
|
Loading…
Reference in a new issue