1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

3.5.395. Clean up /renamegroup command. Hard-coded modifier emotes still suck. Fix modifiers sticking to emoji.

This commit is contained in:
SirStendec 2016-12-10 22:54:53 -05:00
parent 0fbd226788
commit 439f2c32ae
8 changed files with 66 additions and 52 deletions

View file

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