Browse Source

Fix Bug #1

feature/split
neroignis 5 years ago
parent
commit
486c2e1e70
  1. 2
      js/app.js

2
js/app.js

@ -173,7 +173,7 @@ let app = new Vue({
this.roundActive = false; this.roundActive = false;
alertify.notify('Draw!'); alertify.notify('Draw!');
this.draw(); this.draw();
} else if (this.dealerScore > 22) { } else if (this.dealerScore > 21) {
this.roundActive = false; this.roundActive = false;
alertify.notify('Dealer is plus, you win'); alertify.notify('Dealer is plus, you win');
this.win(); this.win();

Loading…
Cancel
Save