From 572679d12dd429420b01f19497e0671ad3505b87 Mon Sep 17 00:00:00 2001 From: jayess Date: Fri, 25 Sep 2020 10:31:32 +0200 Subject: [PATCH] Add post_think offsets for CBasePlayer in TF2. --- .../data/source-python/entities/orangebox/tf/CBasePlayer.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/addons/source-python/data/source-python/entities/orangebox/tf/CBasePlayer.ini b/addons/source-python/data/source-python/entities/orangebox/tf/CBasePlayer.ini index 2474074bb..77e708bd0 100644 --- a/addons/source-python/data/source-python/entities/orangebox/tf/CBasePlayer.ini +++ b/addons/source-python/data/source-python/entities/orangebox/tf/CBasePlayer.ini @@ -11,6 +11,11 @@ offset_linux = 337 offset_windows = 336 + # _ZN11CBasePlayer9PostThinkEv + [[post_think]] + offset_linux = 338 + offset_windows = 337 + # _ZN11CBasePlayer16PlayerRunCommandEP8CUserCmdP11IMoveHelper [[run_command]] offset_linux = 423