make prims reliable to see how that effects this update path

This commit is contained in:
Sean Dague
2008-05-07 19:19:38 +00:00
parent fd8defcebb
commit 37172afe31

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)