From 2a845f0babe52ac324b3cbe294db7dcec9346042 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期一, 22 十二月 2025 19:07:24 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Chat/ChatWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Main/System/Chat/ChatWin.cs b/Main/System/Chat/ChatWin.cs
index 427087b..2216c3d 100644
--- a/Main/System/Chat/ChatWin.cs
+++ b/Main/System/Chat/ChatWin.cs
@@ -278,7 +278,7 @@
CreaterAll(entrance);
}
- private void OnUpdateTalkEvent(ChatChannel type, TalkData data)
+ private void OnUpdateTalkEvent(ChatChannel type, TalkData data, bool isSendBullet)
{
RefreshAll(type, playerId: data.PlayerID);
}
--
Gitblit v1.8.0