From 40e4b97b2c193cd4e49e4d2cb7b8d59534ada5c1 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 11 一月 2019 14:26:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Chat/ChatPlayerOtherCell.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Chat/ChatPlayerOtherCell.cs b/System/Chat/ChatPlayerOtherCell.cs
index aa929c1..d376403 100644
--- a/System/Chat/ChatPlayerOtherCell.cs
+++ b/System/Chat/ChatPlayerOtherCell.cs
@@ -43,7 +43,7 @@
             m_ChatTime.text = data.createTime.ToString("yyyy-MM-dd HH:mm");
             if (chatUserData.vipLv > 0)
             {
-                m_VipLv.text = "Vip";//string.Format("V{0}", chatUserData.vipLv);
+                m_VipLv.text = "VIP";//string.Format("V{0}", chatUserData.vipLv);
             }
             else
             {

--
Gitblit v1.8.0