1
This commit is contained in:
parent
3241c70702
commit
3c8df7a0f0
@ -136,7 +136,7 @@ namespace Net
|
|||||||
{
|
{
|
||||||
this.recvBuf[i - (packLen + 12)] = this.recvBuf[i];
|
this.recvBuf[i - (packLen + 12)] = this.recvBuf[i];
|
||||||
}
|
}
|
||||||
this.recvBufLen -= packLen;
|
this.recvBufLen -= 12 + packLen;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user