Don't share liberties with the UI

I'm currently not able to calculate them, so I've set them back to None
This commit is contained in:
Savanni D'Gerinel 2023-05-03 22:28:37 -04:00
parent 06157604b9
commit 889c3cec94
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ impl From<&Board> for BoardElement {
.map(|column| match board.stone(&Coordinate { column, row }) {
Some(color) => IntersectionElement::Filled(StoneElement {
jitter: Jitter { x: 0, y: 0 },
liberties: Some(0),
liberties: None,
color,
}),
None => IntersectionElement::Empty(Request::PlayStoneRequest(