Skip to content

Commit

Permalink
Fixed the toggle ammo patch address being wrong for Spec Ops MW3
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementDreptin committed Feb 15, 2022
1 parent ed17e43 commit 3e06aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void SpecOpsMW3::ToggleAmmo(Menu *pMenu)
{
COMMON_FN_NAMESPACE::ToggleAmmoOptions Options;
Options.pMenu = pMenu;
Options.dwPatchAddress = 0x820F63E4;
Options.dwPatchAddress = 0x8235BB54;
Options.dwDefaultValue = 0x7D3D5050;
Options.dwPatchValue = 0x7D495378;

Expand Down

0 comments on commit 3e06aa7

Please sign in to comment.