This commit is contained in:
thororen1234 2024-10-13 18:33:39 -04:00
parent 9310237917
commit 99d4f2cdf5
2 changed files with 1 additions and 1 deletions

View file

@ -44,6 +44,7 @@ import { SettingsRouter } from "./webpack/common";
if (IS_REPORTER) {
require("./debug/runReporter");
Settings.plugins.CharacterCounter.enabled = false;
}
async function syncSettings() {

View file

@ -55,7 +55,6 @@ 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;
}