feat: TOURNAMENT:START:ACK

This commit is contained in:
2025-12-04 10:51:48 -05:00
Unverified
parent ccd48d0d44
commit 356a1b63ef

View File

@@ -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 {