From 2c9267d26fbc144be5168df4c8fc6f1c091a0abb Mon Sep 17 00:00:00 2001 From: Aireil <33433913+Aireil@users.noreply.github.com> Date: Wed, 26 Jun 2024 20:36:01 +0200 Subject: [PATCH] fix: remove bad offset --- FFLogsViewer/Manager/OpenWithManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFLogsViewer/Manager/OpenWithManager.cs b/FFLogsViewer/Manager/OpenWithManager.cs index b7597b3..68651c1 100644 --- a/FFLogsViewer/Manager/OpenWithManager.cs +++ b/FFLogsViewer/Manager/OpenWithManager.cs @@ -129,7 +129,7 @@ private void ScanSigs() try { - this.isJoiningPartyFinderOffset = *(short*)(Service.SigScanner.ScanModule("?? ?? ?? ?? ?? ?? 8B D7 48 8D 44 24 ?? 33 C9 89") + 6); + this.isJoiningPartyFinderOffset = *(short*)Service.SigScanner.ScanModule("?? ?? ?? ?? ?? ?? 8B D7 48 8D 44 24 ?? 33 C9 89"); } catch (Exception ex) {