1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-25 20:18:31 +00:00

I forgot to rename --prime-- everywhere. 4Head

This commit is contained in:
SirStendec 2016-10-05 23:32:44 -04:00
parent e5357596b6
commit d02f87528d
3 changed files with 7 additions and 2 deletions

View file

@ -588,7 +588,7 @@ FFZ.prototype.modify_chat_input = function(component) {
set_name = 'Twitch Global';
else if ( set_name === '--twitch-turbo--' || set_name === 'turbo' || set_name === '--turbo-faces--' )
set_name = 'Twitch Turbo';
else if ( set_name === 'prime' || set_name === '--prime-faces--' )
else if ( set_name === '--prime--' || set_name === '--prime-faces--' )
set_name = 'Twitch Prime';
else {
set_name = 'Channel: ' + FFZ.get_capitalization(set_name);