Skip to content

Commit

Permalink
min players 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomboe311 committed Apr 5, 2021
1 parent 6691530 commit 763e49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GameConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ app.component('game-configuration', {
<div class="col-12">
<button
v-on:click="startGame"
:disabled="players.length < 4"
:disabled="players.length <= 2"
class="btn btn-primary">
Start
</button>
Expand Down

0 comments on commit 763e49d

Please sign in to comment.