Skip to content

Commit 3e06aa7

Browse files
Fixed the toggle ammo patch address being wrong for Spec Ops MW3
1 parent ed17e43 commit 3e06aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hayzen/src/Games/SpecOps/MW3/MenuFunctions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ void SpecOpsMW3::ToggleAmmo(Menu *pMenu)
1818
{
1919
COMMON_FN_NAMESPACE::ToggleAmmoOptions Options;
2020
Options.pMenu = pMenu;
21-
Options.dwPatchAddress = 0x820F63E4;
21+
Options.dwPatchAddress = 0x8235BB54;
2222
Options.dwDefaultValue = 0x7D3D5050;
2323
Options.dwPatchValue = 0x7D495378;
2424

0 commit comments

Comments
 (0)