diff --git a/public/js/script.js b/public/js/script.js index c4f01b0e2..c69d798e7 100644 --- a/public/js/script.js +++ b/public/js/script.js @@ -479,7 +479,7 @@ async function initWords() { randomWord = wordset[Math.floor(Math.random() * wordset.length)]; previousWord = wordsList[i - 1]; previousWord2 = wordsList[i - 2]; - if (config.mode == "custom" && wordset.length < 3 && customTextIsRandom) { + if (config.mode == "custom" && customTextIsRandom) { randomWord = wordset[Math.floor(Math.random() * wordset.length)]; } else if (config.mode == "custom" && !customTextIsRandom) { randomWord = customText[i];