From 99d4f2cdf5d54f4398451bb82754d6f27320fddb Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 13 Oct 2024 18:33:39 -0400 Subject: [PATCH] Fix 2 --- src/Vencord.ts | 1 + src/plugins/index.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vencord.ts b/src/Vencord.ts index 1acbe004..e626fed6 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -44,6 +44,7 @@ import { SettingsRouter } from "./webpack/common"; if (IS_REPORTER) { require("./debug/runReporter"); + Settings.plugins.CharacterCounter.enabled = false; } async function syncSettings() { diff --git a/src/plugins/index.ts b/src/plugins/index.ts index fcdfdbaf..a893da60 100644 --- a/src/plugins/index.ts +++ b/src/plugins/index.ts @@ -55,7 +55,6 @@ export function addPatch(newPatch: Omit, pluginName: string) { patch.plugin = pluginName; if (IS_REPORTER) { - Settings.plugins.CharacterCounter.enabled = false; delete patch.predicate; delete patch.group; }