File tree 1 file changed +2
-2
lines changed
src/main/java/net/clementraynaud/skoice
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ public void onEnable() {
80
80
this .tempYamlFile .load ();
81
81
this .loginNotificationYamlFile = new LoginNotificationYamlFile (this );
82
82
this .loginNotificationYamlFile .load ();
83
+ this .analyticManager = new AnalyticManager (this );
84
+ this .analyticManager .initialize ();
83
85
Skoice .api = new SkoiceAPI (this );
84
86
this .getServer ().getPluginManager ().registerEvents (Skoice .api , this );
85
87
this .listenerManager = new ListenerManager (this );
@@ -90,8 +92,6 @@ public void onEnable() {
90
92
new SkoiceCommand (this ).init ();
91
93
this .hookManager = new HookManager (this );
92
94
this .hookManager .initialize ();
93
- this .analyticManager = new AnalyticManager (this );
94
- this .analyticManager .initialize ();
95
95
Updater updater = new Updater (this , this .getFile ().getAbsolutePath ());
96
96
updater .runUpdaterTaskTimer ();
97
97
}
You can’t perform that action at this time.
0 commit comments