1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

Fix #9736: Duplicate multiplayer window opens upon canceling password entry (#9842)

This commit is contained in:
Aaron Katzin
2022-04-02 11:37:07 +03:00
committed by Patric Stout
parent 22169eb182
commit 081d242a4c

View File

@@ -2217,7 +2217,6 @@ struct NetworkJoinStatusWindow : Window {
{
if (StrEmpty(str)) {
NetworkDisconnect();
ShowNetworkGameWindow();
return;
}