Merge branch 'Preview4_0_DevHead' into tsneo

This commit is contained in:
Jeff Hutchinson 2021-08-29 22:28:42 -04:00
commit 6e072dbf91
62 changed files with 388 additions and 459 deletions

View file

@ -79,7 +79,8 @@ void NodeListEvent::unpack(NetConnection* conn, BitStream* stream)
stream->read(&mTotalNodes);
stream->read(&mLocalListStart);
mNodeList->mId = mId;
if (mNodeList)
mNodeList->mId = mId;
// NOTE: Child class needs to populate the local node list
}