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

3.5.356. Option to disable friend watching notices. Fix event emotes getting removed incorrectly from default sets.

This commit is contained in:
SirStendec 2016-10-27 14:32:35 -04:00
parent 34eb700c14
commit 142da87383
6 changed files with 63 additions and 16 deletions

View file

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