Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of ssh://github.com/Weeaboo-Bot/discordbot
Browse files Browse the repository at this point in the history
  • Loading branch information
sean351 committed Apr 5, 2024
2 parents ab3c72b + 15942d9 commit a2cd275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/games-sp/blackjack.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ module.exports = class BlackjackCommand extends Command {
}
}
async handleInitialRound(msg, dealerTotal, playerTotal, id, playerId, betAmount) {
playerTotal = 21;
if (dealerTotal === 21 && playerTotal === 21) { // PUSH
await msg.client.dbHelper.createGameLog({
gameId: id,
Expand Down

0 comments on commit a2cd275

Please sign in to comment.