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
1 changed files with 0 additions and 1 deletions

View File

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