From 37172afe31e265fc6bb03ef75ec20b228b339a0c Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 7 May 2008 19:19:38 +0000 Subject: make prims reliable to see how that effects this update path --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Region/ClientStack/LindenUDP') 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 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) -- cgit v1.1