Fix Global FFZ emotes in Emote Popup (#663)
There was two instances of Global BTTV emotes. Changed the second instance to Global FFZ emotes.
This commit is contained in:
committed by
fourtf
parent
1ec1ecd52b
commit
7ff4f12257
@@ -127,7 +127,7 @@ void EmotePopup::loadChannel(ChannelPtr _channel)
|
||||
// global
|
||||
addEmotes(*globalChannel, *twitchChannel->globalBttv().emotes(),
|
||||
"BetterTTV");
|
||||
addEmotes(*globalChannel, *twitchChannel->globalBttv().emotes(),
|
||||
addEmotes(*globalChannel, *twitchChannel->globalFfz().emotes(),
|
||||
"FrankerFaceZ");
|
||||
|
||||
// channel
|
||||
|
||||
Reference in New Issue
Block a user