aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 20:51:22 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 20:51:22 +0000
commitff875c0551c54bb187b5320b81029f8fe7f010fb (patch)
treea99a9df3b30bb85c76acc05afb005d87d6614950 /NorthstarDedicatedTest/dllmain.cpp
parentbe0d965142ec2078a20f402dd12d0f2f135842fe (diff)
downloadNorthstarLauncher-ff875c0551c54bb187b5320b81029f8fe7f010fb.tar.gz
NorthstarLauncher-ff875c0551c54bb187b5320b81029f8fe7f010fb.zip
add chat ratelimits and system for hooking chat messages
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 6ae24292..c7cfce8b 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -119,6 +119,7 @@ void InitialiseNorthstar()
AddDllLoadCallback("server.dll", InitialiseServerSquirrel);
AddDllLoadCallback("engine.dll", InitialiseBanSystem);
AddDllLoadCallback("engine.dll", InitialiseServerAuthentication);
+ AddDllLoadCallback("server.dll", InitialiseServerAuthenticationServerDLL);
AddDllLoadCallback("engine.dll", InitialiseSharedMasterServer);
AddDllLoadCallback("server.dll", InitialiseMiscServerScriptCommand);
AddDllLoadCallback("server.dll", InitialiseMiscServerFixes);