2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Only shutdown external clients on link fail

This commit is contained in:
branan
2012-02-04 09:41:18 -08:00
parent 2599bfbd7a
commit e6f3194833

View File

@ -167,8 +167,10 @@ void plNetLinkingMgr::NCAgeJoinerCallback (
if (!params->success) {
plNetClientMgr::StaticErrorMsg(params->msg);
hsMessageBox(params->msg, "Linking Error", hsMessageBoxNormal, hsMessageBoxIconError);
#ifdef PLASMA_EXTERNAL_RELEASE
plClientMsg* clientMsg = new plClientMsg(plClientMsg::kQuit);
clientMsg->Send(hsgResMgr::ResMgr()->FindKey(kClient_KEY));
#endif
return;
}