diff --git a/commands/mp-games/russian-roulette.js b/commands/mp-games/russian-roulette.js index 04054d01..a88e8faa 100644 --- a/commands/mp-games/russian-roulette.js +++ b/commands/mp-games/russian-roulette.js @@ -53,7 +53,7 @@ module.exports = class RussianRouletteCommand extends Command { `); const keepGoing = await verify(msg.channel, opponent.bot ? msg.author : notPlayer); if (!keepGoing) { - winner = notPlayer; + winner = player; quit = true; } round++;