From 63bf660e68dc57405849fc1dbb8aa86091ed48c2 Mon Sep 17 00:00:00 2001 From: nullifiedcat Date: Sat, 22 Jul 2017 12:13:04 +0300 Subject: [PATCH] restore missing line from lagexploit.cpp --- src/hacks/LagExploit.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hacks/LagExploit.cpp b/src/hacks/LagExploit.cpp index 66e76ea2..36065d68 100644 --- a/src/hacks/LagExploit.cpp +++ b/src/hacks/LagExploit.cpp @@ -142,6 +142,8 @@ void CreateMove() { continue; } + ICollideable* c = RAW_ENT(e)->GetCollideable(); + // Bounds check const Vector& max2 = c->OBBMaxs() + e->m_vecOrigin + Vector(8, 8, 8); const Vector& min2 = c->OBBMins() + e->m_vecOrigin - Vector(8, 8, 8);