Main/System/Message/MessageWin.cs
@@ -1,6 +1,7 @@ using UnityEngine; using UnityEngine.UI; using DG.Tweening; using Cysharp.Threading.Tasks; using System.Text.RegularExpressions; @@ -109,14 +110,6 @@ OnGMOpen(); ServerTipDetails.requireOpenGM = false; } } private void OnDisable() { m_ContainerNormalHint.SetActive(false); m_ContainerChatHint.SetActive(false); DisableServerTip(); StopAllCoroutines(); } void CheckNormalHint()