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

pull/379/head
Aaron Katzin 2 years ago committed by GitHub
parent 1bfbcff71e
commit 148695c571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save