Skip to content

Commit 53ddf51

Browse files
committed
remove unstable patch from PR #649
1 parent 783d4cf commit 53ddf51

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

source/fixes.ixx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -505,18 +505,6 @@ public:
505505
}
506506
}
507507

508-
// Enable the "first person" reticle (Annihilator, Buzzard) on gamepads as well, this used to be a keyboard & mouse feature only.
509-
{
510-
auto pattern = hook::pattern("85 F6 0F 84 ? ? ? ? 80 BE ? ? ? ? ? 0F 84 ? ? ? ? 85 C9 0F 84");
511-
if (!pattern.empty())
512-
injector::MakeNOP(pattern.get_first(0), 21, true);
513-
else
514-
{
515-
pattern = hook::pattern("8B 4C 24 24 85 C9 0F 84 ? ? ? ? 80 B9 ? ? ? ? ? 0F 84");
516-
injector::MakeNOP(pattern.get_first(0), 25, true);
517-
}
518-
}
519-
520508
// Always display the ped health on the reticle with free-aim while on foot, used to be a gamepad + multiplayer only feature (PC is always free-aim unless it's melee combat).
521509
if (bAlwaysDisplayHealthOnReticle)
522510
{

0 commit comments

Comments
 (0)