Add missing resources initialize call

This commit is contained in:
Rasmus Karlsson
2018-05-06 14:01:02 +02:00
parent d7bf213c3f
commit 9c34da7a7b
+2
View File
@@ -97,6 +97,8 @@ void Application::initialize()
this->settings->load();
this->commands->load();
this->resources->initialize();
this->highlights->initialize();
this->emotes->loadGlobalEmotes();