diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/console_cmds.cpp | 1 |
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); } |