aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
authorHappyDOGE <28511119+HappyDOGE@users.noreply.github.com>2021-12-27 14:55:59 +0300
committerHappyDOGE <28511119+HappyDOGE@users.noreply.github.com>2021-12-27 14:55:59 +0300
commit00eab3547822e31d9e5eff7cd63b8b4854de709b (patch)
tree984f13ee3135a69fd815883bfeac3e66f465cea2 /NorthstarDedicatedTest/dllmain.cpp
parent07d508ed4ebcd247250b8a983e5c85dffee4d5ef (diff)
parentc27bf9979b7524672e5315fe04d05cc93f6ee6af (diff)
downloadNorthstarLauncher-00eab3547822e31d9e5eff7cd63b8b4854de709b.tar.gz
NorthstarLauncher-00eab3547822e31d9e5eff7cd63b8b4854de709b.zip
merge
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index c8f29550..1eafef7f 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -24,6 +24,7 @@
#include "scriptbrowserhooks.h"
#include "scriptmainmenupromos.h"
#include "miscclientfixes.h"
+#include "miscserverfixes.h"
#include "memalloc.h"
#include "maxplayers.h"
@@ -111,6 +112,7 @@ void InitialiseNorthstar()
AddDllLoadCallback("engine.dll", InitialiseServerAuthentication);
AddDllLoadCallback("engine.dll", InitialiseSharedMasterServer);
AddDllLoadCallback("server.dll", InitialiseMiscServerScriptCommand);
+ AddDllLoadCallback("server.dll", InitialiseMiscServerFixes);
AddDllLoadCallback("engine.dll", InitialisePlaylistHooks);