From e37f7e2c018abc3ce93dc793d2379befb20bb330 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期二, 15 一月 2019 16:19:53 +0800
Subject: [PATCH] 5725【1.5】跨服聊天
---
System/SystemSetting/ChatSetting.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/System/SystemSetting/ChatSetting.cs b/System/SystemSetting/ChatSetting.cs
index dbeecf6..b5160c7 100644
--- a/System/SystemSetting/ChatSetting.cs
+++ b/System/SystemSetting/ChatSetting.cs
@@ -165,6 +165,8 @@
{
return GetBool(ChatBoolType.PrivatChatVoice4G);
}
+ case ChatInfoType.CrossServer:
+ return false;
}
return false;
}
--
Gitblit v1.8.0