diff --git a/commands/games-mp/car-race.js b/commands/games-mp/car-race.js index 3656399f..4eb17532 100644 --- a/commands/games-mp/car-race.js +++ b/commands/games-mp/car-race.js @@ -154,6 +154,7 @@ module.exports = class CarRaceCommand extends Command { let userCarSpaces = 0; let oppoCarSpaces = 0; let lastRoundWinner; + let lastTurnTimeout = false; while (userCarSpaces < 10 && oppoCarSpaces < 10) { const board = this.generateBoard(bg, userCar, oppoCar, userCarSpaces, oppoCarSpaces); let text;