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

3.5.386. Add high-DPI custom mod badges. Fix mod cards when you're not a mod.

This commit is contained in:
SirStendec 2016-11-30 16:58:11 -05:00
parent 3de30ce618
commit fc9373947a
5 changed files with 66 additions and 41 deletions

View file

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