Skip to content

Commit

Permalink
feat: match rooms default to best of 5
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeg committed Oct 19, 2023
1 parent 832b085 commit 7ec5fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/MatchRoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class MatchRoom extends Room {
this.roomid = roomid || '_default';
this.last_view = null;
this.state = {
bestof: 3,
bestof: 5,
concurrent_2_matches: undefined, // undefined|true|false
selected_match: null, // 0|1|null
curtain_logo: null, // url to image or null
Expand Down

0 comments on commit 7ec5fb1

Please sign in to comment.