From c0e6cb2a0ce840bd594d05c7e2cf0a185c312fa0 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 20 十一月 2025 21:27:48 +0800
Subject: [PATCH] 262 幻境阁系统-客户端

---
 Main/System/PhantasmPavilion/ChatBubbleHelper.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Main/System/PhantasmPavilion/ChatBubbleHelper.cs b/Main/System/PhantasmPavilion/ChatBubbleHelper.cs
index 7beaa1e..eccfc81 100644
--- a/Main/System/PhantasmPavilion/ChatBubbleHelper.cs
+++ b/Main/System/PhantasmPavilion/ChatBubbleHelper.cs
@@ -4,17 +4,17 @@
 
     public static int GetOtherChatBubbleID(int nowID)
     {
-        return PhantasmPavilionModel.Instance.GetNowOtherChatBubbleID(nowID);
+        return 0;//PhantasmPavilionModel.Instance.GetNowOtherChatBubbleID(nowID);
     }
 
     public static int GetMyChatBubbleID()
     {
-        return PhantasmPavilionModel.Instance.GetNowChatBubbleID();
+        return 0;//PhantasmPavilionModel.Instance.GetNowChatBubbleID();
     }
 
     public static int GetChatBubbleDefaultID()
     {
-        PhantasmPavilionModel.Instance.TryGetDefaultID(PhantasmPavilionTab.ChatBubble, 0, out int defaultID);
-        return defaultID;
+        // PhantasmPavilionModel.Instance.TryGetDefaultID(PhantasmPavilionTab.ChatBubble, 0, out int defaultID);
+        return 0;//defaultID;
     }
 }
\ No newline at end of file

--
Gitblit v1.8.0