From 84dabc30e07e8805eaf4bf68f1ff34789096564d Mon Sep 17 00:00:00 2001 From: RC <63776072+racistcop@users.noreply.github.com> Date: Fri, 24 Jun 2022 13:26:46 +1000 Subject: [PATCH] update for newest update --- src/hacks/Misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/Misc.cpp b/src/hacks/Misc.cpp index 9b4b1649..f975c0b0 100644 --- a/src/hacks/Misc.cpp +++ b/src/hacks/Misc.cpp @@ -1087,7 +1087,7 @@ static InitRoutine init( if (render_zoomed) tryPatchLocalPlayerShouldDraw(true); render_zoomed.installChangeCallback([](settings::VariableBase &, bool after) { tryPatchLocalPlayerShouldDraw(after); }); - patch_playerpanel = std::make_unique(gSignatures.GetClientSignature, "0F 94 45 ? 85 C9 0F 8E", 0x0, std::vector{ 0xC6, 0x45, 0xDF, 0x01 }); + patch_playerpanel = std::make_unique(gSignatures.GetClientSignature, "0F 94 45 ? 85 C0 0F 8E", 0x0, std::vector{ 0xC6, 0x45, 0xDF, 0x01 }); uintptr_t addr_scrbrd = gSignatures.GetClientSignature("8B 10 89 74 24 04 89 04 24 FF 92 ? ? ? ? 83 F8 02 75 09"); // Address to the function we need to jump to