removed the modal else from the client connection dialogue
now it doesn't crash when clicking connect on debug builds still does on release builds, just like start server :(
This commit is contained in:
parent
1f50361e25
commit
c45a74deee
|
@ -661,10 +661,6 @@ void LinkClient::OnLinkConnect()
|
|||
delete dlginfo;
|
||||
MessageBox("Error occurred.\nPlease try again.", "Error", MB_OK);
|
||||
}
|
||||
else
|
||||
{
|
||||
dlg->DoModal();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue