From d3a2d46dd2ea7f2936397983f7e19af83cdde12c Mon Sep 17 00:00:00 2001 From: Jonathan <30329245+CookStar@users.noreply.github.com> Date: Fri, 22 Nov 2019 00:18:30 +0900 Subject: [PATCH] Revert the offset of pre_think and post_think --- .../data/source-python/entities/csgo/CBasePlayer.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini b/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini index b9f0c860a..c90a77722 100755 --- a/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini +++ b/addons/source-python/data/source-python/entities/csgo/CBasePlayer.ini @@ -49,13 +49,13 @@ srv_check = False # _ZN11CBasePlayer8PreThinkEv [[pre_think]] - offset_linux = 373 - offset_windows = 372 + offset_linux = 372 + offset_windows = 371 # _ZN11CBasePlayer9PostThinkEv [[post_think]] - offset_linux = 374 - offset_windows = 373 + offset_linux = 373 + offset_windows = 372 [instance_attribute]