1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 10:29:10 +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 GitHub
parent 1bfbcff71e
commit 148695c571

View File

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