* Just another one of those new packet blocks causing a null ref. Defaulting to zero length array.....
parent
2f1aa87eb5
commit
33dab49d22
|
@ -4581,7 +4581,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
|||
rinfopack.AgentData = new RegionInfoPacket.AgentDataBlock();
|
||||
rinfopack.AgentData.AgentID = AgentId;
|
||||
rinfopack.AgentData.SessionID = SessionId;
|
||||
|
||||
rinfopack.RegionInfo3 = new RegionInfoPacket.RegionInfo3Block[0];
|
||||
|
||||
OutPacket(rinfopack, ThrottleOutPacketType.Task);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue