From 085e5835399711c67c94e7a7829069f27a7c9876 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 18 May 2020 12:18:56 -0400 Subject: [PATCH] Fix --- commands/games-mp/word-spud.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/games-mp/word-spud.js b/commands/games-mp/word-spud.js index 09cc5ab6..543c5d50 100644 --- a/commands/games-mp/word-spud.js +++ b/commands/games-mp/word-spud.js @@ -73,6 +73,7 @@ module.exports = class WordSpudCommand extends Command { break; } await msg.say(`${currentWord} **${word}**? Cool!`); + currentWord = word; userTurn = !userTurn; if (lastTurnTimeout) lastTurnTimeout = false; }