diff --git a/BigBaseV2/src/features/looped/custom_guns/gravity_gun.cpp b/BigBaseV2/src/features/looped/custom_guns/gravity_gun.cpp index 2a22afa3..3ab214af 100644 --- a/BigBaseV2/src/features/looped/custom_guns/gravity_gun.cpp +++ b/BigBaseV2/src/features/looped/custom_guns/gravity_gun.cpp @@ -99,6 +99,8 @@ namespace big } else if (entity != 0) { + functions::take_control_of_entity(entity); + ENTITY::SET_ENTITY_COLLISION(entity, true, true); ENTITY::SET_ENTITY_ALPHA(entity, 255, 0);