fixed quote length all not working

This commit is contained in:
Miodec 2022-02-28 21:30:29 +01:00
parent 258fd433b5
commit 0b7ad942a4

View file

@ -891,7 +891,7 @@ export async function init(): Promise<void> {
}
let rq: MonkeyTypes.Quote | undefined = undefined;
if (!Config.quoteLength.includes(-2) && Config.quoteLength.length === 1) {
if (!Config.quoteLength.includes(-2) && Config.quoteLength.length !== 1) {
const quoteLengths = Config.quoteLength;
let groupIndex;
if (quoteLengths.length > 1) {