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 @@ -82,6 +82,8 @@ public void onEnable() {
82
82
this .tempYamlFile .load ();
83
83
this .loginNotificationYamlFile = new LoginNotificationYamlFile (this );
84
84
this .loginNotificationYamlFile .load ();
85
+ this .analyticManager = new AnalyticManager (this );
86
+ this .analyticManager .initialize ();
85
87
Skoice .api = new SkoiceAPI (this );
86
88
this .getServer ().getPluginManager ().registerEvents (Skoice .api , this );
87
89
this .listenerManager = new ListenerManager (this );
@@ -93,8 +95,6 @@ public void onEnable() {
93
95
new SkoiceCommand (this ).init ();
94
96
this .hookManager = new HookManager (this );
95
97
this .hookManager .initialize ();
96
- this .analyticManager = new AnalyticManager (this );
97
- this .analyticManager .initialize ();
98
98
Updater updater = new Updater (this , this .getFile ().getAbsolutePath ());
99
99
updater .runUpdaterTaskTimer ();
100
100
}
You can’t perform that action at this time.
0 commit comments