Commenting out the jhurliman fix, since our libOMV doesnt' have those fields

yet.
0.6.6-post-fixes
Melanie Thielker 2009-06-23 08:56:45 +00:00
parent 2d7dd5f63e
commit 56d0966a32
1 changed files with 5 additions and 5 deletions

View File

@ -1245,11 +1245,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
handshake.RegionInfo2.RegionID = regionInfo.RegionID;
handshake.RegionInfo3.ColoName = Utils.EmptyBytes;
handshake.RegionInfo3.CPUClassID = 0;
handshake.RegionInfo3.CPURatio = 0;
handshake.RegionInfo3.ProductName = Utils.StringToBytes("OpenSim");
handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes;
// handshake.RegionInfo3.ColoName = Utils.EmptyBytes;
// handshake.RegionInfo3.CPUClassID = 0;
// handshake.RegionInfo3.CPURatio = 0;
// handshake.RegionInfo3.ProductName = Utils.StringToBytes("OpenSim");
// handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes;
OutPacket(handshake, ThrottleOutPacketType.Task);
}