ooops bad zeroencode flag
parent
e9d7ced733
commit
6bc37f348e
|
@ -3887,7 +3887,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static private readonly byte[] AvatarAnimationHeader = new byte[] {
|
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, 0, 0, 0, // sequence number
|
||||||
0, // extra
|
0, // extra
|
||||||
20 // ID (high frequency)
|
20 // ID (high frequency)
|
||||||
|
|
Loading…
Reference in New Issue