From 578ce102a42a3e4c9ad8a95fd1c2a8b74d53c880 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 10 May 2026 14:24:40 +0800 Subject: [PATCH] md 3 --- Library/Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Main.cs b/Library/Main.cs index 876f57c..8cea2ca 100644 --- a/Library/Main.cs +++ b/Library/Main.cs @@ -425,11 +425,11 @@ while (true) } else if (msg.StartsWith("cjs") && int.TryParse(msg.Replace("cjs", ""), out int cIndex)) { - Console.WriteLine(NetworkUtility.JsonDeserialize(controller.GetCharacterInfoFromInventory(1, cIndex))); + Console.WriteLine(controller.GetCharacterInfoFromInventory(1, cIndex)); } else if (msg.StartsWith("cwp") && int.TryParse(msg.Replace("cwp", ""), out int itemIndex)) { - Console.WriteLine(NetworkUtility.JsonDeserialize(controller.GetItemInfoFromInventory(1, itemIndex))); + Console.WriteLine(controller.GetItemInfoFromInventory(1, itemIndex)); } else if (int.TryParse(msg, out int page2)) {