Skip to content

Commit

Permalink
Update VehicleExtraNatives.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyB505 authored Mar 1, 2024
1 parent 15eda43 commit 78e3c44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static HookFunction initFunction([]()
VehiclePitchBiasOffset = *hook::get_pattern<uint32_t>("0F 2F F7 44 0F 28 C0 F3 44 0F 58 83", 12);
VehicleRollBiasOffset = VehiclePitchBiasOffset - 4;
}
if (xbr::IsGameBuildOrGreater<2372>())
if (xbr::IsGameBuildOrGreater<3095>())
{
auto location = hook::get_pattern<char>("48 8D 8F ? ? ? ? 4C 8B C3 F3 0F 11 7C 24");

Expand Down

0 comments on commit 78e3c44

Please sign in to comment.