diff --git a/source/manager.cpp b/source/manager.cpp index 63014b8..e045112 100644 --- a/source/manager.cpp +++ b/source/manager.cpp @@ -1253,13 +1253,7 @@ void Bot::NewRound (void) const float interval = (1.0f / 30.0f) * Random.Float (0.95f, 1.05f); if (g_gameVersion & CSVERSION_LEGACY) - { m_thinkInterval = 0.0f; - - // android xash engine allows frameskip - if ((g_gameVersion & CSVERSION_XASH) && (g_gameVersion & CSVERSION_MOBILITY)) - m_thinkInterval = interval; - } else m_thinkInterval = interval; } @@ -1502,4 +1496,4 @@ void BotManager::UpdateActiveGrenades (void) const Array &BotManager::GetActiveGrenades (void) { return m_activeGrenades; -} \ No newline at end of file +}