From 4cb216db7866b50459e596f3e417c9e010b72a62 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 15 四月 2026 15:56:09 +0800
Subject: [PATCH] 76 聊天系统 支持系统消息弹幕和聊天频道分开发

---
 Main/System/Message/GMNotify.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/System/Message/GMNotify.cs b/Main/System/Message/GMNotify.cs
index 05d82d6..86cbd4c 100644
--- a/Main/System/Message/GMNotify.cs
+++ b/Main/System/Message/GMNotify.cs
@@ -84,7 +84,7 @@
     private void Notify(GMNotifyMessgae _notify)
     {
         ServerTipDetails.ShowMarquee(_notify.message, null, 10);
-        ChatManager.Instance.AddSysData(_notify.message, infoArray, ChatChannel.World, false);
+        ChatManager.Instance.AddSysData(_notify.message, infoArray, ChatChannel.World);
     }
 
     private bool CheckNotify(GMNotifyMessgae _notify)

--
Gitblit v1.8.0