mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
@@ -61,7 +61,7 @@ module.exports = class BlackjackCommand extends Command {
|
||||
break;
|
||||
} else if (total === 21) {
|
||||
reason = 'You hit 21';
|
||||
break;
|
||||
win = true;
|
||||
}
|
||||
} else {
|
||||
const dealerTotal = this.calculate(dealerHand);
|
||||
|
||||
Reference in New Issue
Block a user