mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix NCAgeJoiner failure-case crash
This commit is contained in:
@ -160,10 +160,7 @@ void plNetLinkingMgr::NCAgeJoinerCallback (
|
||||
// In the future, we might want to try graceful recovery (link back to Relto?)
|
||||
if (!params->success) {
|
||||
plNetClientApp::GetInstance()->ErrorMsg(params->msg);
|
||||
#ifdef PLASMA_EXTERNAL_RELEASE
|
||||
plNetClientApp::GetInstance()->QueueDisableNet(true, params->msg);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
plNetLinkingMgr * lm = plNetLinkingMgr::GetInstance();
|
||||
|
Reference in New Issue
Block a user