1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-18 02:36:56 +00:00
* Fixed: Bug with Channel Title profile rules after the latest update causing FFZ to not load correctly.
This commit is contained in:
SirStendec 2020-07-18 19:03:54 -04:00
parent 5b76e7c22a
commit 75d57c3402
2 changed files with 1 additions and 4 deletions

View file

@ -321,9 +321,6 @@ export const Title = {
return () => false;
}
if ( ! safety(title) )
return () => false;
let regex;
try {
regex = new RegExp(title, `g${config.sensitive ? '' : 'i'}`);