diff --git a/src/hacks/Misc.cpp b/src/hacks/Misc.cpp index f975c0b0..9b4b1649 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 C0 0F 8E", 0x0, std::vector{ 0xC6, 0x45, 0xDF, 0x01 }); + patch_playerpanel = std::make_unique(gSignatures.GetClientSignature, "0F 94 45 ? 85 C9 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