diff options
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index cc40a00c..b0040598 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -9,7 +9,7 @@ #include "modmanager.h" #include "filesystem.h" #include "serverauthentication.h" -#include <iostream> +#include "scriptmodmenu.h" bool initialised = false; @@ -53,7 +53,9 @@ void InitialiseNorthstar() if (!IsDedicated()) { AddDllLoadCallback("client.dll", InitialiseClientSquirrel); + AddDllLoadCallback("client.dll", InitialiseSourceConsole); + AddDllLoadCallback("client.dll", InitialiseScriptModMenu); } AddDllLoadCallback("server.dll", InitialiseServerSquirrel); |