diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 5d42ecd..5353194 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3887,7 +3887,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3887 | */ | 3887 | */ |
3888 | 3888 | ||
3889 | static private readonly byte[] AvatarAnimationHeader = new byte[] { | 3889 | static private readonly byte[] AvatarAnimationHeader = new byte[] { |
3890 | Helpers.MSG_RELIABLE | Helpers.MSG_ZEROCODED, // zero code is not as spec | 3890 | Helpers.MSG_RELIABLE, |
3891 | 0, 0, 0, 0, // sequence number | 3891 | 0, 0, 0, 0, // sequence number |
3892 | 0, // extra | 3892 | 0, // extra |
3893 | 20 // ID (high frequency) | 3893 | 20 // ID (high frequency) |