automatically delete tournaments when complete

This commit is contained in:
Martin Michelsen
2022-12-08 17:32:33 -08:00
parent 2eacaa993e
commit 93f42a9398
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -2101,7 +2101,7 @@ void send_ep3_set_tournament_player_decks(
// TODO: Handle disconnection during the match (the other team should win)
}
void send_ep3_tournament_match_result_result(
void send_ep3_tournament_match_result(
shared_ptr<Lobby> l, shared_ptr<const Episode3::Tournament::Match> match) {
auto tourn = match->tournament.lock();
if (!tourn) {