1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 02:16:54 +00:00

4.0.0-rc6.2

* Fixed: Clear Chat prevention not working because the localization module was not available when generating the message.
This commit is contained in:
SirStendec 2018-07-16 18:02:08 -04:00
parent 8022cbc8be
commit badb3f296e
2 changed files with 2 additions and 1 deletions

View file

@ -131,6 +131,7 @@ export default class ChatHook extends Module {
this.inverse_colors = new ColorAdjuster;
this.inject('settings');
this.inject('i18n');
this.inject('site');
this.inject('site.router');