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

user_profiles
teravus 2013-03-07 19:19:36 -05:00
parent 2f1aa87eb5
commit 33dab49d22
1 changed files with 1 additions and 1 deletions

View File

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