Skip to content

Commit 924c741

Browse files
committed
Fixed getMoveInputHandler 1.20.30 sig
1 parent 9650616 commit 924c741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/Memory/Game/Sig/SigInit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ void SigInit::init2030() {
384384
ADD_SIG("ThirdPersonNametag", "? ? ? ? ? ? 49 8B ? 48 8B ? E8 ? ? ? ? 84 C0 ? ? ? ? ? ? 49 8B ? 49 8b ? ? ? ? ? 49");
385385

386386
// Keystrokes
387-
ADD_SIG("Actor::getMoveInputHandler", "40 53 48 83 EC ? 48 8B DA BA 2E CD 8B 46");
387+
ADD_SIG("Actor::getMoveInputHandler", "40 53 48 83 EC 20 48 8B DA BA 2E");
388388

389389
// Hitboxes
390390
ADD_SIG("Actor::getActorTypeComponent", "48 8B 89 20 04 00 00 48 8B 01 48 8B 40 28 48");

0 commit comments

Comments
 (0)