Fix melee Aimbot issues

closes #1549
This commit is contained in:
BenCat07 2021-10-11 17:22:11 +02:00
parent deea694168
commit 4eed7862e2

View File

@ -134,9 +134,9 @@ void EntityHitboxCache::UpdateBones()
}
// Mark for update
int *entity_flags = (int *) ((uintptr_t) RAW_ENT(parent_ref) + 400);
/*int *entity_flags = (int *) ((uintptr_t) RAW_ENT(parent_ref) + 400);
// (EFL_DIRTY_SURROUNDING_COLLISION_BOUNDS | EFL_DIRTY_SPATIAL_PARTITION)
*entity_flags |= (1 << 14) | (1 << 15);
*entity_flags |= (1 << 14) | (1 << 15);*/
}
matrix3x4_t *EntityHitboxCache::GetBones(int numbones)