mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-10-03 18:00:46 +00:00
I forgot to rename --prime-- everywhere. 4Head
This commit is contained in:
parent
e5357596b6
commit
d02f87528d
3 changed files with 7 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -34,7 +34,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 315,
|
||||
major: 3, minor: 5, revision: 316,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue