summaryrefslogtreecommitdiff
path: root/server/lobby.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/lobby.cpp')
-rw-r--r--server/lobby.cpp2
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) {