Fix global emotes from not loading
We didn't called initialize properly on the EmoteManager Fix #374
This commit is contained in:
@@ -91,10 +91,7 @@ void EmoteManager::initialize()
|
||||
assert(currentUser);
|
||||
this->refreshTwitchEmotes(currentUser);
|
||||
});
|
||||
}
|
||||
|
||||
void EmoteManager::loadGlobalEmotes()
|
||||
{
|
||||
this->loadEmojis();
|
||||
this->loadBTTVEmotes();
|
||||
this->loadFFZEmotes();
|
||||
|
||||
Reference in New Issue
Block a user