From 6bc37f348e70909bfa91319aefa76e76ffd7b398 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 8 Mar 2019 22:28:57 +0000 Subject: ooops bad zeroencode flag --- OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs') 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 */ static private readonly byte[] AvatarAnimationHeader = new byte[] { - Helpers.MSG_RELIABLE | Helpers.MSG_ZEROCODED, // zero code is not as spec + Helpers.MSG_RELIABLE, 0, 0, 0, 0, // sequence number 0, // extra 20 // ID (high frequency) -- cgit v1.1