Skip to content

Commit

Permalink
saboteur steam fix
Browse files Browse the repository at this point in the history
- fixes #1550
  • Loading branch information
ThirteenAG committed May 17, 2024
1 parent 1c13d52 commit db292ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/TheSaboteur.FusionFix/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ CEXP void InitializeASI()
{
std::call_once(CallbackHandler::flag, []()
{
CallbackHandler::RegisterCallback(Init, hook::pattern("56 68 ? ? ? ? 68 ? ? ? ? 8B F1 6A 19"));
CallbackHandler::RegisterCallback(Init, hook::pattern("D9 44 24 04 56 DC 0D ? ? ? ? 8B F1 D9 5C 24 08"));
});
}

Expand Down

0 comments on commit db292ed

Please sign in to comment.