fix: send random_move and not column_parse

This commit is contained in:
2025-11-19 16:09:39 -05:00
Unverified
parent 71b422b898
commit 93bb193718
4 changed files with 42 additions and 2 deletions

View File

@@ -367,7 +367,7 @@ async fn handle_connection(
broadcast_message(
&current_match.viewers,
&observers,
&format!("GAME:MOVE:{}:{}", "demo", column_parse.clone()?),
&format!("GAME:MOVE:{}:{}", "demo", random_move),
).await;
}
}