diff options
author | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-02 20:51:22 +0000 |
---|---|---|
committer | BobTheBob <32057864+BobTheBob9@users.noreply.github.com> | 2022-01-02 20:51:22 +0000 |
commit | ff875c0551c54bb187b5320b81029f8fe7f010fb (patch) | |
tree | a99a9df3b30bb85c76acc05afb005d87d6614950 /NorthstarDedicatedTest/dllmain.cpp | |
parent | be0d965142ec2078a20f402dd12d0f2f135842fe (diff) | |
download | NorthstarLauncher-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.cpp | 1 |
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); |