Skip to content

Commit

Permalink
Fix UCI option name
Browse files Browse the repository at this point in the history
  • Loading branch information
codedeliveryservice authored Nov 5, 2023
1 parent 0ab8568 commit c04775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pub fn message_loop() {
fn uci() {
println!("id name Reckless {}", env!("CARGO_PKG_VERSION"));
println!("option name Hash type spin default {DEFAULT_CACHE_SIZE} min {MIN_CACHE_SIZE} max {MAX_CACHE_SIZE}");
println!("option name ClearHash type button");
println!("option name Clear Hash type button");
println!("uciok");
}

Expand Down

0 comments on commit c04775f

Please sign in to comment.