From 69ebb971f713528f1069a75b1274e8c7fac786a6 Mon Sep 17 00:00:00 2001 From: milimoe Date: Tue, 1 Jul 2025 00:22:58 +0800 Subject: [PATCH] ++ --- OshimaWebAPI/Controllers/FunGameController.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/OshimaWebAPI/Controllers/FunGameController.cs b/OshimaWebAPI/Controllers/FunGameController.cs index bdb78f3..ad39f28 100644 --- a/OshimaWebAPI/Controllers/FunGameController.cs +++ b/OshimaWebAPI/Controllers/FunGameController.cs @@ -5433,11 +5433,8 @@ namespace Oshima.FunGame.WebAPI.Controllers msg = $"你目前没有角色正在探索。"; } - if (exploreTimes > 0) - { - if (msg != "") msg += "\r\n"; - msg += $"你的剩余探索许可:{exploreTimes} 个。"; - } + if (msg != "") msg += "\r\n"; + msg += $"你的剩余探索许可:{exploreTimes} 个。"; user.LastTime = DateTime.Now; pc.Add("user", user);