summaryrefslogtreecommitdiff
path: root/internal_rewrite
diff options
context:
space:
mode:
authorJustSomePwner <crotchyalt@gmail.com>2018-10-10 16:12:37 +0200
committerJustSomePwner <crotchyalt@gmail.com>2018-10-10 16:12:37 +0200
commit5c40dc2863e28c8c1ef98c685776195d5fa5a75d (patch)
tree1ac23434e54f19cd44f1df542a0a18b5f61adf46 /internal_rewrite
parent3e0d8199fec5b6979dc280533de69dded4260a0f (diff)
changed
Diffstat (limited to 'internal_rewrite')
-rw-r--r--internal_rewrite/c_base_player.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal_rewrite/c_base_player.hpp b/internal_rewrite/c_base_player.hpp
index 440e189..959d43d 100644
--- a/internal_rewrite/c_base_player.hpp
+++ b/internal_rewrite/c_base_player.hpp
@@ -305,7 +305,7 @@ public:
NETVAR( m_flConstraintRadius, "m_flConstraintRadius", "DT_CSPlayer", 0, float );
OFFSET( m_CachedBoneData, 0x28FC + sizeof( void* ), CUtlVector< matrix3x4 > );
- OFFSET( m_flSpawnTime, 0xA2A0, float );
+ OFFSET( m_flSpawnTime, 0xA2B0, float );
OFFSET( m_IKContext, 0x265c, IKContext* );
public:
static uintptr_t get_player_resource( );