From 3f813a132df20370a0b211270b75221aea028d46 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 8 May 2020 12:16:42 -0400 Subject: [PATCH] Fix --- commands/games-mp/quiz-duel.js | 1 + 1 file changed, 1 insertion(+) 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;