diff options
author | Maya <malte.hoermeyer@web.de> | 2022-06-26 22:16:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 22:16:50 +0200 |
commit | d961347a611a8f4e670430008f562cdb042ffdd9 (patch) | |
tree | 138bf9fbd524f954dd7e8517e9434f5f4d91783c /NorthstarDedicatedTest/dllmain.cpp | |
parent | 660062b934ac98077f08fde9a18f795be0b58b0f (diff) | |
download | NorthstarLauncher-d961347a611a8f4e670430008f562cdb042ffdd9.tar.gz NorthstarLauncher-d961347a611a8f4e670430008f562cdb042ffdd9.zip |
Switch IsValveMod back to use a EnablerHook (#210)
* Switch IsValveMod back to use a EnablerHook
KHook version no worky
* Formatting
>:(
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index fc403e95..08081d78 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -287,6 +287,7 @@ bool InitialiseNorthstar() // activate exploit fixes AddDllLoadCallback("server.dll", ExploitFixes::LoadCallback); + AddDllLoadCallback("engine.dll", ExploitFixes::LoadCallbackEngine); // run callbacks for any libraries that are already loaded by now CallAllPendingDLLLoadCallbacks(); |