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; }