Skip to content

Commit

Permalink
server/rooms: Rollback some changed made for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xescugc committed Jan 10, 2024
1 parent 902b824 commit b5f4b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/rooms.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (rs *RoomsStore) Reduce(state, a interface{}) interface{} {
Players: make(map[string]PlayerConn),
Connections: make(map[string]string),

Size: 2,
Size: 6,
Countdown: 10,
}
rstate.CurrentWaitingRoom = rid.String()
Expand Down

0 comments on commit b5f4b03

Please sign in to comment.