diff options
author | Sean Dague | 2008-05-07 19:19:38 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-07 19:19:38 +0000 |
commit | 37172afe31e265fc6bb03ef75ec20b228b339a0c (patch) | |
tree | 7d7d5fa2c7f753e62bde88fccd4a849f74ce255a /OpenSim/Region/ClientStack | |
parent | this change probably causes an earthshattering kaboom, and (diff) | |
download | opensim-SC_OLD-37172afe31e265fc6bb03ef75ec20b228b339a0c.zip opensim-SC_OLD-37172afe31e265fc6bb03ef75ec20b228b339a0c.tar.gz opensim-SC_OLD-37172afe31e265fc6bb03ef75ec20b228b339a0c.tar.bz2 opensim-SC_OLD-37172afe31e265fc6bb03ef75ec20b228b339a0c.tar.xz |
make prims reliable to see how that effects this update path
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
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) |