Add missing resources initialize call

This commit is contained in:
Rasmus Karlsson 2018-05-06 14:01:02 +02:00
parent d7bf213c3f
commit 9c34da7a7b

View file

@ -97,6 +97,8 @@ void Application::initialize()
this->settings->load(); this->settings->load();
this->commands->load(); this->commands->load();
this->resources->initialize();
this->highlights->initialize(); this->highlights->initialize();
this->emotes->loadGlobalEmotes(); this->emotes->loadGlobalEmotes();