1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-03 01:28:30 +00:00

3.5.309. I'm silly and forgot to account for the player controls being shifted up when conversations are on the bottom of the screen. (Also, sub count fixes.) Closes #12

This commit is contained in:
SirStendec 2016-10-03 20:08:44 -04:00
parent 97ea944f43
commit e3cf6cb777
5 changed files with 27 additions and 8 deletions

View file

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