| System/Auction/AuctionLogicUtil.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Auction/AuctionLogicUtil.cs
@@ -63,9 +63,7 @@ if (isExtraTime) { var endTime = item.biddingTime >= normalEndTime ? extraEndTime : normalEndTime.AddTicks(extraAuctionSecond * TimeSpan.TicksPerSecond); var seconds = Mathf.CeilToInt((float)(endTime - TimeUtility.ServerNow).TotalSeconds); var seconds = Mathf.CeilToInt((float)(extraEndTime - TimeUtility.ServerNow).TotalSeconds); return Language.Get("PMH_18", TimeUtility.SecondsToHMS(seconds)); } else