* Just another one of those new packet blocks causing a null ref. Defaulting to zero length array.....

0.7.4-extended
teravus 2013-03-07 19:19:36 -05:00 committed by Justin Clark-Casey (justincc)
parent a74aef6a81
commit 0793e6df25
1 changed files with 1 additions and 1 deletions

View File

@ -4552,7 +4552,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);
}