diff options
author | UbitUmarov | 2019-03-08 22:28:57 +0000 |
---|---|---|
committer | UbitUmarov | 2019-03-08 22:28:57 +0000 |
commit | 6bc37f348e70909bfa91319aefa76e76ffd7b398 (patch) | |
tree | 0d428c553eb197bee2def5afc98ff2bc5f97f0be /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | just direct encode avatar animation also (diff) | |
download | opensim-SC-6bc37f348e70909bfa91319aefa76e76ffd7b398.zip opensim-SC-6bc37f348e70909bfa91319aefa76e76ffd7b398.tar.gz opensim-SC-6bc37f348e70909bfa91319aefa76e76ffd7b398.tar.bz2 opensim-SC-6bc37f348e70909bfa91319aefa76e76ffd7b398.tar.xz |
ooops bad zeroencode flag
Diffstat (limited to '')
-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) |