From 39001a600fcae2bcf27c225df8752d75fb92fef4 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 31 十月 2025 11:18:26 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Message/MessageWin.cs | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/Main/System/Message/MessageWin.cs b/Main/System/Message/MessageWin.cs
index 7f6bb80..7267c66 100644
--- a/Main/System/Message/MessageWin.cs
+++ b/Main/System/Message/MessageWin.cs
@@ -297,11 +297,10 @@
void DisplayChatHint(SystemHintData hint)
{
- // TODO YYL
- // if (!UIManager.Instance.IsOpened<ChatWin>())
- // {
- // return;
- // }
+ if (!UIManager.Instance.IsOpened<ChatWin>())
+ {
+ return;
+ }
if (!m_ContainerChatHint.gameObject.activeInHierarchy)
{
m_ContainerChatHint.gameObject.SetActive(true);
--
Gitblit v1.8.0