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