From 80d98804fce3a7bc72ea47b2ec70b70ed470bd6c Mon Sep 17 00:00:00 2001 From: NguyenVanDat Date: Wed, 7 Jan 2026 16:40:16 +0700 Subject: [PATCH] fix mining process slider --- Assets/Scripts/CECHostPlayer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/CECHostPlayer.cs b/Assets/Scripts/CECHostPlayer.cs index b3f6bfea31..5ea1c479d6 100644 --- a/Assets/Scripts/CECHostPlayer.cs +++ b/Assets/Scripts/CECHostPlayer.cs @@ -5942,7 +5942,8 @@ namespace BrewMonster public void UpdateTimers(float dwDeltaTime) { // Get real time tick of this frame - + var iRealTime = EC_Game.GetRealTickTime(); + // Update flysword time /*if (IsFlying() && GetRushFlyFlag()) { @@ -5986,7 +5987,7 @@ namespace BrewMonster } // Gather time counter - if (m_GatherCnt.IncCounter(dwDeltaTime)) + if (m_GatherCnt.IncCounter(iRealTime)) m_GatherCnt.Reset(true); // Incant time counter