aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/dllmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r--NorthstarDedicatedTest/dllmain.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp
index 405d3e82..4e4978c9 100644
--- a/NorthstarDedicatedTest/dllmain.cpp
+++ b/NorthstarDedicatedTest/dllmain.cpp
@@ -6,6 +6,7 @@
#include "sourceconsole.h"
#include "logging.h"
#include "concommand.h"
+#include "modmanager.h"
#include <iostream>
bool initialised = false;
@@ -53,4 +54,8 @@ void InitialiseNorthstar()
}
AddDllLoadCallback("server.dll", InitialiseServerSquirrel);
+
+
+ // do this after all the other callbacks
+ AddDllLoadCallback("engine.dll", InitialiseModManager);
} \ No newline at end of file