From 56d0966a320ddaf49a2c0c1048d88c2c003a36b9 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Tue, 23 Jun 2009 08:56:45 +0000 Subject: [PATCH] Commenting out the jhurliman fix, since our libOMV doesnt' have those fields yet. --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 70e489c742..1a43450509 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -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); }