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
@@ -322,7 +322,7 @@ void send_ep3_set_tournament_player_decks(
std::shared_ptr<Lobby> l,
std::shared_ptr<Client> c,
std::shared_ptr<const Episode3::Tournament::Match> match);
void send_ep3_tournament_match_result_result(
void send_ep3_tournament_match_result(
std::shared_ptr<Lobby> l,
std::shared_ptr<const Episode3::Tournament::Match> match);