diff -r a859f08ebb4f -r ede5f4ec48f3 rust/hedgewars-server/src/handlers/common.rs --- a/rust/hedgewars-server/src/handlers/common.rs Thu Dec 26 21:04:37 2019 +0300 +++ b/rust/hedgewars-server/src/handlers/common.rs Thu Dec 26 21:55:51 2019 +0300 @@ -519,7 +519,6 @@ Err(StartGameError::NotEnoughClans) => { response.warn("The game can't be started with less than two clans!") } - Err(StartGameError::NotEnoughTeams) => (), Err(StartGameError::NotReady) => response.warn("Not all players are ready"), Err(StartGameError::AlreadyInGame) => response.warn("The game is already in progress"), }