fix mining process slider

This commit is contained in:
NguyenVanDat
2026-01-07 16:40:16 +07:00
parent ec6ba435cb
commit 80d98804fc
+3 -2
View File
@@ -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