diff --git a/commands/games-mp/quiz-duel.js b/commands/games-mp/quiz-duel.js index 8e6926d8..a1f33407 100644 --- a/commands/games-mp/quiz-duel.js +++ b/commands/games-mp/quiz-duel.js @@ -89,6 +89,7 @@ module.exports = class QuizDuelCommand extends Command { continue; } } + continue; } const result = msgs.first(); const userWin = result.author.id === msg.author.id;