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:
squall-leonhart 2012-09-03 09:36:28 +00:00
parent 1f50361e25
commit c45a74deee
1 changed files with 0 additions and 4 deletions

View File

@ -661,10 +661,6 @@ void LinkClient::OnLinkConnect()
delete dlginfo;
MessageBox("Error occurred.\nPlease try again.", "Error", MB_OK);
}
else
{
dlg->DoModal();
}
return;
}