From 66909e1da5f3e0ff39dfe48d819d2128b574cfbd Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 14 三月 2019 09:33:06 +0800
Subject: [PATCH] Merge branch 'master' into ItemTip
---
Utility/UIHelper.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index 240f736..89fa845 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -665,7 +665,7 @@
}
}
- public static string AppendStringColor(int itemColor, string msg, bool bright = false)
+ public static string AppendColor(int itemColor, string msg, bool bright = false)
{
switch (itemColor)
{
--
Gitblit v1.8.0