a few typos

This commit is contained in:
UbitUmarov
2021-09-01 16:37:28 +01:00
parent c77fa98640
commit af4dacee53
5 changed files with 10 additions and 10 deletions

View File

@@ -1650,7 +1650,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
//finish this packet
bitpack.PackBitsFromByte(END_OF_PATCHES);
// fix the datablock lenght
// fix the datablock length
datasize = bitpack.BytePos - 9;
data[8] = (byte)datasize;
data[9] = (byte)(datasize >> 8);