make prims reliable to see how that effects this update path

0.6.0-stable
Sean Dague 2008-05-07 19:19:38 +00:00
parent fd8defcebb
commit 37172afe31
1 changed files with 1 additions and 0 deletions

View File

@ -2085,6 +2085,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
outPacket.ObjectData[0].ID = localID;
outPacket.ObjectData[0].FullID = objectID;
outPacket.ObjectData[0].OwnerID = ownerID;
outPacket.Header.Reliable = true;
// Anything more than 255 will cause libsecondlife to barf
if (text.Length > 255)