don't always show regeneration message

This commit is contained in:
Simon Gardling 2025-03-04 09:27:30 -05:00
parent e8521ac96d
commit 4300598b38
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -301,7 +301,7 @@ impl FutureMoves {
self.set_root_idx_raw(curr_board_idx);
false
} else {
if self.config.print {
if self.config.print && !self.arena.is_empty() {
println!("regenerating arena from board");
}
self.set_root_from_board(*board);