From 3c8df7a0f045ddd05359b557a8f425d5b1abc274 Mon Sep 17 00:00:00 2001 From: azw Date: Thu, 23 May 2024 08:04:05 +0800 Subject: [PATCH] 1 --- Net/ClientNet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Net/ClientNet.cs b/Net/ClientNet.cs index 31541e0..b4a5ab5 100644 --- a/Net/ClientNet.cs +++ b/Net/ClientNet.cs @@ -136,7 +136,7 @@ namespace Net { this.recvBuf[i - (packLen + 12)] = this.recvBuf[i]; } - this.recvBufLen -= packLen; + this.recvBufLen -= 12 + packLen; } }