mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 15:09:10 +00:00
Fix #6598: Do not disconnect before company number validation
NetworkClientConnectGame already does a NetworkDisconnect, so no reason to do it here
This commit is contained in:
committed by
Charles Pigott
parent
2514cf3c5c
commit
59c356ad39
@@ -908,7 +908,6 @@ DEF_CONSOLE_CMD(ConNetworkConnect)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (argc < 2) return false;
|
if (argc < 2) return false;
|
||||||
if (_networking) NetworkDisconnect(); // we are in network-mode, first close it!
|
|
||||||
|
|
||||||
const char *port = nullptr;
|
const char *port = nullptr;
|
||||||
const char *company = nullptr;
|
const char *company = nullptr;
|
||||||
|
Reference in New Issue
Block a user