aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/serverauthentication.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/serverauthentication.cpp')
-rw-r--r--NorthstarDedicatedTest/serverauthentication.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/NorthstarDedicatedTest/serverauthentication.cpp b/NorthstarDedicatedTest/serverauthentication.cpp
index 19253fdb..b7360d2f 100644
--- a/NorthstarDedicatedTest/serverauthentication.cpp
+++ b/NorthstarDedicatedTest/serverauthentication.cpp
@@ -1,5 +1,6 @@
#include "pch.h"
#include "serverauthentication.h"
+#include "hooks.h"
#include "cvar.h"
#include "convar.h"
#include "hookutils.h"
@@ -608,7 +609,7 @@ void ResetPdataCommand(const CCommand& args)
g_ServerAuthenticationManager->m_bForceReadLocalPlayerPersistenceFromDisk = true;
}
-void InitialiseServerAuthentication(HMODULE baseAddress)
+ON_DLL_LOAD_RELIESON("engine.dll", ServerAuthentication, ConCommand, (HMODULE baseAddress)
{
g_ServerAuthenticationManager = new ServerAuthenticationManager;
@@ -703,4 +704,4 @@ void InitialiseServerAuthentication(HMODULE baseAddress)
NSMem::NOP(addr + 10, 5);
}
-}
+}) \ No newline at end of file