Connections are properly closed

This commit is contained in:
2022-10-16 18:35:07 +02:00
parent 70d70c2851
commit 1c08e2ec01
3 changed files with 14 additions and 2 deletions

View File

@ -72,7 +72,7 @@ impl GameStatus {
pub fn can_game_continue_with_bot(&self) -> bool {
*self != GameStatus::Finished
&& *self != GameStatus::RematchRejected
&& *self != GameStatus::RematchRejected
&& *self != GameStatus::RematchRequested
}
}