feat: match reservation system

This commit is contained in:
2026-01-28 14:33:49 -05:00
Unverified
parent 459aa83690
commit ec0acd4b06
5 changed files with 218 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ impl Tournament for RoundRobin {
result
}
fn inform_winnder(&mut self, winner: SocketAddr, is_tie: bool) {
fn inform_winner(&mut self, winner: SocketAddr, is_tie: bool) {
if is_tie {
return;
}