diff --git a/src/main.rs b/src/main.rs index 3e18c9b..1d6e2fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -734,6 +734,8 @@ async fn handle_connection( matches.write().await.insert(match_id, new_match.clone()); } + + let _ = send(&tx, "TOURNAMENT:START:ACK"); } else if text.starts_with("TOURNAMENT:WAIT:") { if admin.read().await.is_none() || admin.read().await.unwrap() != addr {