更新 OshimaWebAPI/Services/RainBOTService.cs

This commit is contained in:
风吹落的叶子 2025-07-11 18:27:38 +08:00
parent 18c8c29e4c
commit e1e1134a65

View File

@ -738,7 +738,7 @@ namespace Oshima.FunGame.WebAPI.Services
if (e.Detail.StartsWith("确认自定义改名")) if (e.Detail.StartsWith("确认自定义改名"))
{ {
e.UseNotice = false; e.UseNotice = false;
string detail = e.Detail.Replace("自定义改名", "").Trim(); string detail = e.Detail.Replace("确认自定义改名", "").Trim();
string msg = Controller.ReName_Custom(uid, detail); string msg = Controller.ReName_Custom(uid, detail);
if (msg != "") if (msg != "")
{ {