aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 70e489c..1a43450 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1245,11 +1245,11 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1245 1245
1246 handshake.RegionInfo2.RegionID = regionInfo.RegionID; 1246 handshake.RegionInfo2.RegionID = regionInfo.RegionID;
1247 1247
1248 handshake.RegionInfo3.ColoName = Utils.EmptyBytes; 1248// handshake.RegionInfo3.ColoName = Utils.EmptyBytes;
1249 handshake.RegionInfo3.CPUClassID = 0; 1249// handshake.RegionInfo3.CPUClassID = 0;
1250 handshake.RegionInfo3.CPURatio = 0; 1250// handshake.RegionInfo3.CPURatio = 0;
1251 handshake.RegionInfo3.ProductName = Utils.StringToBytes("OpenSim"); 1251// handshake.RegionInfo3.ProductName = Utils.StringToBytes("OpenSim");
1252 handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes; 1252// handshake.RegionInfo3.ProductSKU = Utils.EmptyBytes;
1253 1253
1254 OutPacket(handshake, ThrottleOutPacketType.Task); 1254 OutPacket(handshake, ThrottleOutPacketType.Task);
1255 } 1255 }