feat: add admin award winner command #23

Merged
remhelper merged 4 commits from feature/admin-award-winner into main 2026-03-06 05:49:50 +00:00
Showing only changes of commit 667c0d1f18 - Show all commits

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(())