diff --git a/source/plugins/core/index.mjs b/source/plugins/core/index.mjs index 02a0fd59..cf178dd2 100644 --- a/source/plugins/core/index.mjs +++ b/source/plugins/core/index.mjs @@ -34,7 +34,7 @@ //Plugins for (const name of Object.keys(imports.plugins)) { - if (!plugins[name]?.enabled) + if ((!plugins[name]?.enabled)||(!q[name])) continue pending.push((async() => { try {