| System/Chat/ChatCtrl.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Chat/ChatCtrl.cs
@@ -237,7 +237,7 @@ default: return; } OperationLogCollect.Instance.ChatReport(content, channelName, toPlayer); OperationLogCollect.Instance.ChatReport(content, channelName, chatType == ChatInfoType.Friend ? toPlayer : string.Empty); } catch (Exception e) {