diff options
Diffstat (limited to 'cheat/internal_rewrite/c_base_player.hpp')
| -rw-r--r-- | cheat/internal_rewrite/c_base_player.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cheat/internal_rewrite/c_base_player.hpp b/cheat/internal_rewrite/c_base_player.hpp index 78c84ac..690f55c 100644 --- a/cheat/internal_rewrite/c_base_player.hpp +++ b/cheat/internal_rewrite/c_base_player.hpp @@ -306,7 +306,7 @@ public: NETVAR( m_hGroundEntity, "m_hGroundEntity", "DT_CSPlayer", 0, uint32_t ); NETVAR( m_flConstraintRadius, "m_flConstraintRadius", "DT_CSPlayer", 0, float ); - OFFSET( m_CachedBoneData, 0x28FC + sizeof( void* ), CUtlVector< matrix3x4 > ); + OFFSET( m_CachedBoneData, 0x290C + sizeof( void* ), CUtlVector< matrix3x4 > ); OFFSET( m_flSpawnTime, 0xA2C0, float ); OFFSET( m_IKContext, 0x265c, IKContext* ); public: @@ -405,7 +405,7 @@ public: __forceinline vec3_t get_eye_pos( ) { vec3_t yes; //fuck references Lol - util::get_vfunc< void( __thiscall* )( void*, vec3_t& ) >( this, 277 )( this, yes ); + util::get_vfunc< void( __thiscall* )( void*, vec3_t& ) >( this, 279 )( this, yes ); //thanks senator!! !11 return yes; |
