mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 08:09:04 +00:00
++
This commit is contained in:
parent
67af32634b
commit
69ebb971f7
@ -5433,11 +5433,8 @@ namespace Oshima.FunGame.WebAPI.Controllers
|
|||||||
msg = $"你目前没有角色正在探索。";
|
msg = $"你目前没有角色正在探索。";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (exploreTimes > 0)
|
if (msg != "") msg += "\r\n";
|
||||||
{
|
msg += $"你的剩余探索许可:{exploreTimes} 个。";
|
||||||
if (msg != "") msg += "\r\n";
|
|
||||||
msg += $"你的剩余探索许可:{exploreTimes} 个。";
|
|
||||||
}
|
|
||||||
|
|
||||||
user.LastTime = DateTime.Now;
|
user.LastTime = DateTime.Now;
|
||||||
pc.Add("user", user);
|
pc.Add("user", user);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user