From 8ee2c1c23a154d47a33722206c28c177b4b7b01d Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Wed, 15 Feb 2017 14:59:31 +0300 Subject: [PATCH] FIX crash --- cathook/src/entitycache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cathook/src/entitycache.cpp b/cathook/src/entitycache.cpp index 936f7c297..b761384c1 100644 --- a/cathook/src/entitycache.cpp +++ b/cathook/src/entitycache.cpp @@ -57,7 +57,7 @@ void CachedEntity::Update(int idx) { m_iClassID = m_pEntity->GetClientClass()->m_ClassID; Vector origin = m_pEntity->GetAbsOrigin(); - if (TF2 && EstimateAbsVelocity) EstimateAbsVelocity(m_pEntity, m_vecVelocity); + //if (TF2 && EstimateAbsVelocity) EstimateAbsVelocity(m_pEntity, m_vecVelocity); /*if ((interfaces::gvars->realtime - m_fLastUpdate) >= 0.05f) { //if (interfaces::gvars->tickcount - m_nLastTick > 1) { //logging::Info("Running %i ticks behind!", interfaces::gvars->tickcount - m_nLastTick);