From 7fd3f7d97c59bfb73caffd60cf5e57923849bfc7 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Fri, 29 Jan 2021 22:04:41 -0500 Subject: [PATCH] Fix --- commands/games-mp/car-race.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/car-race.js b/commands/games-mp/car-race.js index a78f88b7..cf1bf978 100644 --- a/commands/games-mp/car-race.js +++ b/commands/games-mp/car-race.js @@ -437,7 +437,7 @@ module.exports = class CarRaceCommand extends Command { } ctx.fillRect(bg.width - 115 - 125, 45, 135, 135); ctx.drawImage(oppoData.avatar, bg.width - 110 - 125, 50, 125, 125); - ctx.fillText(440, 155, 62, 20); + ctx.fillRect(440, 155, 62, 20); ctx.drawImage(oppoData.car, 440, 155, 62, 20); if (turnWin && turnWin.id === oppoData.user.id) { ctx.drawImage(stars, bg.width - 110 - 125 - 25, 0, 175, 150);