summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/console_cmds.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 71f2d4b7b..69a44e63d 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -914,7 +914,6 @@ DEF_CONSOLE_CMD(ConNetworkConnect)
}
if (argc < 2) return false;
- if (_networking) NetworkDisconnect(); // we are in network-mode, first close it!
return NetworkClientConnectGame(argv[1], COMPANY_NEW_COMPANY);
}