mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
sanity check nodelist presence
This commit is contained in:
parent
c04f3ae166
commit
ad05a78946
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue