mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04: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;
|
patch.plugin = pluginName;
|
||||||
|
|
||||||
if (IS_REPORTER) {
|
if (IS_REPORTER) {
|
||||||
|
Settings.plugins.CharacterCounter.enabled = false;
|
||||||
delete patch.predicate;
|
delete patch.predicate;
|
||||||
delete patch.group;
|
delete patch.group;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue