Skip to content

Commit

Permalink
change mw2 mechanics dvar flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bradstv committed Aug 15, 2023
1 parent b582315 commit a13fa71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/component/mechanics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace mechanics
PM_BeginWeaponChange_hook.create(0x14022E9D0, &PM_BeginWeaponChange_stub);
PM_Weapon_CheckForChangeWeapon_hook.create(0x140231830, &PM_Weapon_CheckForChangeWeapon_stub);
pm_improvedMechanics = game::Dvar_RegisterBool("pm_improvedMechanics", true,
game::DVAR_FLAG_SAVED, "Enable MW2 mechanics");
game::DVAR_FLAG_NONE, "Enable MW2 mechanics");
}
};
}
Expand Down

0 comments on commit a13fa71

Please sign in to comment.