mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix?
This commit is contained in:
parent
22d772c8d6
commit
663db32427
3 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ export function addPatch(newPatch: Omit<Patch, "plugin">, pluginName: string) {
|
|||
patch.plugin = pluginName;
|
||||
|
||||
if (IS_REPORTER) {
|
||||
Settings.plugins.CharacterCounter.enabled = false;
|
||||
delete patch.predicate;
|
||||
delete patch.group;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue