mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-07-04 18:18:31 +00:00
4.0.0-rc12.17
* Added: Setting to disable player auto-play. (Closes #515) * Fixed: Cheers not appearing in chat messages. * Fixed: Reasons not working for timeouts / bans in in-line actions. (Closes #513)
This commit is contained in:
parent
cf0245204e
commit
5cd0c11b0c
4 changed files with 22 additions and 15 deletions
|
@ -100,7 +100,7 @@ class FrankerFaceZ extends Module {
|
|||
FrankerFaceZ.Logger = Logger;
|
||||
|
||||
const VER = FrankerFaceZ.version_info = {
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc12.16',
|
||||
major: 4, minor: 0, revision: 0, extra: '-rc12.17',
|
||||
commit: __git_commit__,
|
||||
build: __webpack_hash__,
|
||||
toString: () =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue