1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-28 23:37:41 +00:00

3.5.346. Pass the modifier flag in from API emote sets. (Maybe just refactor how those emotes are treated entirely?) Fix emote duplication in the emote menu extension for people who use that.

This commit is contained in:
SirStendec 2016-10-25 01:45:51 -04:00
parent 748c437a57
commit 5d3ba8778c
5 changed files with 14 additions and 2 deletions

View file

@ -61,7 +61,7 @@ FFZ.channel_metadata = {};
// Version
var VER = FFZ.version_info = {
major: 3, minor: 5, revision: 345,
major: 3, minor: 5, revision: 346,
toString: function() {
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
}