1
0
Fork 0

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

pull/9845/head
Aaron Katzin 2022-04-02 11:37:07 +03:00 committed by GitHub
parent 1bfbcff71e
commit 148695c571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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