From 056039f1975a5b50f379e9d71e2c2607bbc45fd5 Mon Sep 17 00:00:00 2001 From: milimoe Date: Mon, 17 Feb 2025 00:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0csb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Tests/WebSocketTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Tests/WebSocketTest.cs b/Library/Tests/WebSocketTest.cs index d91acd9..f6e113c 100644 --- a/Library/Tests/WebSocketTest.cs +++ b/Library/Tests/WebSocketTest.cs @@ -65,6 +65,7 @@ namespace Milimoe.FunGame.Testing.Tests Dictionary data = []; data.Add("command", "scadd"); data.Add("qq", 1); + data.Add("group", 2); data.Add("sc", 1); await HTTPClient.Send(SocketMessageType.AnonymousGameServer, OshimaGameModuleConstant.Anonymous, data); }