mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-03 09:38:31 +00:00
3.5.135. Put in a little helper for the player not resizing. Is this an ember bug or am I expecting too much?
This commit is contained in:
parent
2677a252d0
commit
f1300f3a1e
2 changed files with 5 additions and 13 deletions
|
@ -35,7 +35,7 @@ FFZ.msg_commands = {};
|
|||
|
||||
// Version
|
||||
var VER = FFZ.version_info = {
|
||||
major: 3, minor: 5, revision: 134,
|
||||
major: 3, minor: 5, revision: 135,
|
||||
toString: function() {
|
||||
return [VER.major, VER.minor, VER.revision].join(".") + (VER.extra || "");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue