aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-08 22:28:57 +0000
committerUbitUmarov2019-03-08 22:28:57 +0000
commit6bc37f348e70909bfa91319aefa76e76ffd7b398 (patch)
tree0d428c553eb197bee2def5afc98ff2bc5f97f0be /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentjust direct encode avatar animation also (diff)
downloadopensim-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.cs2
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)