mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Commenting out the jhurliman fix, since our libOMV doesnt' have those fields
yet.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user