Skip to content

Commit

Permalink
change default multipv to the correct value of 1 (fixes #89)
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Nov 13, 2023
1 parent 646d799 commit 56873cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-tauri/src/chess.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ pub struct BestMoves {
uci_moves: Vec<String>,
#[serde(rename = "sanMoves")]
san_moves: Vec<String>,
#[derivative(Default(value = "1"))]
multipv: u16,
nps: u32,
}
Expand Down

0 comments on commit 56873cb

Please sign in to comment.