This commit is contained in:
milimoe 2025-07-01 00:22:58 +08:00
parent 67af32634b
commit 69ebb971f7
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -5433,11 +5433,8 @@ namespace Oshima.FunGame.WebAPI.Controllers
msg = $"你目前没有角色正在探索。"; msg = $"你目前没有角色正在探索。";
} }
if (exploreTimes > 0)
{
if (msg != "") msg += "\r\n"; if (msg != "") msg += "\r\n";
msg += $"你的剩余探索许可:{exploreTimes} 个。"; msg += $"你的剩余探索许可:{exploreTimes} 个。";
}
user.LastTime = DateTime.Now; user.LastTime = DateTime.Now;
pc.Add("user", user); pc.Add("user", user);