Skip to content

Commit

Permalink
fix(game/five): statset fix for 1737+
Browse files Browse the repository at this point in the history
  • Loading branch information
blattersturm committed Apr 15, 2021
1 parent f000a5a commit cbe56f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/components/gta-core-five/src/CrashFixes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1006,6 +1006,10 @@ static HookFunction hookFunction{[] ()
{
hook::put<uint16_t>(hook::get_pattern("FF C8 0F 84 85 00 00 00 83 E8 12 75 6A", 13), 0x7EEB);
}
else
{
hook::put<uint16_t>(hook::get_pattern("83 E8 12 75 6A 48 8B 03 48 8B CB", 5), 0x76EB);
}

// vehicles.meta explosionInfo field invalidity
MH_Initialize();
Expand Down

0 comments on commit cbe56f7

Please sign in to comment.