fix: bug in case of arranged matches

This commit is contained in:
2026-03-06 00:48:46 -05:00
Unverified
parent da49712a79
commit 667c0d1f18

View File

@@ -932,6 +932,9 @@ impl Server {
*tournament_guard = None;
}
}
} else {
let _ = send(&winner_tx, "TOURNAMENT:END");
let _ = send(&loser_tx, "TOURNAMENT:END");
}
Ok(())