forked from Oshima-Studios/OshimaGameModule
更新 OshimaWebAPI/Services/RainBOTService.cs
This commit is contained in:
parent
18c8c29e4c
commit
e1e1134a65
@ -738,7 +738,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
||||
if (e.Detail.StartsWith("确认自定义改名"))
|
||||
{
|
||||
e.UseNotice = false;
|
||||
string detail = e.Detail.Replace("自定义改名", "").Trim();
|
||||
string detail = e.Detail.Replace("确认自定义改名", "").Trim();
|
||||
string msg = Controller.ReName_Custom(uid, detail);
|
||||
if (msg != "")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user