diff options
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index b0040598..4e347d05 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -10,6 +10,7 @@ #include "filesystem.h" #include "serverauthentication.h" #include "scriptmodmenu.h" +#include "scriptserverbrowser.h" bool initialised = false; @@ -56,6 +57,7 @@ void InitialiseNorthstar() AddDllLoadCallback("client.dll", InitialiseSourceConsole); AddDllLoadCallback("client.dll", InitialiseScriptModMenu); + AddDllLoadCallback("client.dll", InitialiseScriptServerBrowser); } AddDllLoadCallback("server.dll", InitialiseServerSquirrel); |