Skip to content

Commit

Permalink
FIX crash
Browse files Browse the repository at this point in the history
  • Loading branch information
nullifiedcat committed Feb 15, 2017
1 parent 29bba0f commit 8ee2c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cathook/src/entitycache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8ee2c1c

Please sign in to comment.