Fix global emotes from not loading
We didn't called initialize properly on the EmoteManager Fix #374
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ void Application::initialize()
|
||||
|
||||
this->highlights->initialize();
|
||||
|
||||
this->emotes->loadGlobalEmotes();
|
||||
this->emotes->initialize();
|
||||
|
||||
this->accounts->load();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user