From 9c28c55e61fb3a01b4cb9bd9f6ddb5faab6831f5 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期二, 15 一月 2019 17:11:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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