aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
authorKawe Mazidjatari <48657826+Mauler125@users.noreply.github.com>2022-06-27 15:06:24 +0200
committerGitHub <noreply@github.com>2022-06-27 15:06:24 +0200
commitbe37827d471f2f7c6f1ea88edcf97eda539fd72f (patch)
treed15ccf95a74ed42ba12639368dc090fefd1f7db7 /NorthstarDedicatedTest/dllmain.cpp
parent50bb5f3cdd9141dfb48c0d3cb46db185c9c0f708 (diff)
parent5311105b5ca02ba769d9e01e9ff9d6cc85b82d4a (diff)
downloadNorthstarLauncher-be37827d471f2f7c6f1ea88edcf97eda539fd72f.tar.gz
NorthstarLauncher-be37827d471f2f7c6f1ea88edcf97eda539fd72f.zip
Merge branch 'main' into NetCon
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 266bf10f..67b350de 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -264,7 +264,6 @@ bool InitialiseNorthstar()
AddDllLoadCallback("engine.dll", InitialiseSharedMasterServer);
AddDllLoadCallback("server.dll", InitialiseMiscServerScriptCommand);
AddDllLoadCallback("server.dll", InitialiseMiscServerFixes);
- AddDllLoadCallback("engine.dll", InitialiseMiscEngineServerFixes);
AddDllLoadCallback("server.dll", InitialiseBuildAINFileHooks);
AddDllLoadCallback("engine.dll", InitializeCHostStateHooks);
@@ -289,6 +288,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();