少年修仙传客户端代码仓库
client_Wu Xijin
2018-09-26 7c431267a29165c3db4e7157d35586341392ac5c
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
1个文件已修改
4 ■■■■ 已修改文件
System/Message/RichText.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Message/RichText.cs
@@ -897,6 +897,10 @@
        }
        set
        {
            if (string.IsNullOrEmpty(value))
            {
                value = string.Empty;
            }
            m_RichText = value;
            SetRichTextDirty();
        }