From e59951a735e4536e2954e0484a45a0df74d6ad13 Mon Sep 17 00:00:00 2001 From: hzqst <113660872@qq.com> Date: Mon, 5 Feb 2024 15:23:20 +0800 Subject: [PATCH] Fix sigs for 3266. --- Plugins/VGUI2Extension/GameUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/VGUI2Extension/GameUI.cpp b/Plugins/VGUI2Extension/GameUI.cpp index 0313ee69..86a6ee5e 100644 --- a/Plugins/VGUI2Extension/GameUI.cpp +++ b/Plugins/VGUI2Extension/GameUI.cpp @@ -2749,7 +2749,7 @@ void GameUI_FillAddress(void) ctx->instCount_Add64h = instCount; } - if (address[0] == 0xE8 && ctx->instCount_Add64h && instCount > ctx->instCount_Add64h && instCount < ctx->instCount_Add64h + 10) + if (address[0] == 0xE8 && ctx->instCount_Add64h && instCount > ctx->instCount_Add64h && instCount < ctx->instCount_Add64h + 15) { auto Candidate = GetCallAddress(address);