rust/hedgewars-server/src/handlers/common.rs
changeset 15531 ede5f4ec48f3
parent 15526 24f692e791d3
child 15533 0606f89698e7
--- 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"),
     }