This commit is contained in:
thororen1234 2024-10-13 18:31:31 -04:00
parent 22d772c8d6
commit 663db32427
3 changed files with 1 additions and 0 deletions

View file

@ -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;
}