Main/System/Chat/ChatWin.cs
@@ -109,13 +109,7 @@ private bool IsSatisfyShowChannel(ChatInfoType channel) { if (CrossServerUtility.IsCrossServer()) { if (channel == ChatInfoType.Team || channel == ChatInfoType.Invite) { return false; } } return true; }