mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Registering an owned age no longer blocks the LinkingMgr. (w00t Portal 2 in an hour :D)
This commit is contained in:
@ -68,6 +68,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plMessage/plNetVoiceListMsg.h"
|
||||
#include "plMessage/plNetCommMsgs.h"
|
||||
#include "plMessage/plNetClientMgrMsg.h"
|
||||
#include "plMessage/plVaultNotifyMsg.h"
|
||||
#include "plResMgr/plKeyFinder.h"
|
||||
#include "plResMgr/plPageInfo.h"
|
||||
#include "plNetTransport/plNetTransportMember.h"
|
||||
@ -336,6 +337,9 @@ int plNetClientMgr::Init()
|
||||
plgDispatch::Dispatch()->RegisterForExactType(plNetCommActivePlayerMsg::Index(), GetKey());
|
||||
plgDispatch::Dispatch()->RegisterForExactType(plNetCommLinkToAgeMsg::Index(), GetKey());
|
||||
|
||||
// We need plVaultNotifyMsgs for the NetLinkingMgr
|
||||
plgDispatch::Dispatch()->RegisterForType(plVaultNotifyMsg::Index(), GetKey());
|
||||
|
||||
IInitNetClientComm();
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user