diff options
-rw-r--r-- | server/lobby.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lobby.cpp b/server/lobby.cpp index 667d68e..620b2fd 100644 --- a/server/lobby.cpp +++ b/server/lobby.cpp @@ -31,7 +31,7 @@ void Lobby::handle_action(Client::p client, int game_mode) { switch(game_mode) { case 0: { Game::create(client, make_shared<ClientDumb>(), make_shared<ClientDumb>(), make_shared<ClientDumb>()); - } + } break; case 1: { if(waiting.size() >= 3) { |