mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 11:49:09 +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?)
|
// In the future, we might want to try graceful recovery (link back to Relto?)
|
||||||
if (!params->success) {
|
if (!params->success) {
|
||||||
plNetClientApp::GetInstance()->ErrorMsg(params->msg);
|
plNetClientApp::GetInstance()->ErrorMsg(params->msg);
|
||||||
#ifdef PLASMA_EXTERNAL_RELEASE
|
|
||||||
plNetClientApp::GetInstance()->QueueDisableNet(true, params->msg);
|
plNetClientApp::GetInstance()->QueueDisableNet(true, params->msg);
|
||||||
#endif
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
plNetLinkingMgr * lm = plNetLinkingMgr::GetInstance();
|
plNetLinkingMgr * lm = plNetLinkingMgr::GetInstance();
|
||||||
|
Reference in New Issue
Block a user