aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index 580b983..f090682 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -2085,6 +2085,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2085 outPacket.ObjectData[0].ID = localID; 2085 outPacket.ObjectData[0].ID = localID;
2086 outPacket.ObjectData[0].FullID = objectID; 2086 outPacket.ObjectData[0].FullID = objectID;
2087 outPacket.ObjectData[0].OwnerID = ownerID; 2087 outPacket.ObjectData[0].OwnerID = ownerID;
2088 outPacket.Header.Reliable = true;
2088 2089
2089 // Anything more than 255 will cause libsecondlife to barf 2090 // Anything more than 255 will cause libsecondlife to barf
2090 if (text.Length > 255) 2091 if (text.Length > 255)