From a82d0c72dd3907348e5c3bd28461fc700437609a Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sun, 12 Nov 2017 14:34:58 -0500 Subject: [PATCH] Initializes DreamDaemon before the compiler --- TGServerService/ServerInstance/ServerInstance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGServerService/ServerInstance/ServerInstance.cs b/TGServerService/ServerInstance/ServerInstance.cs index a92406939d..dca0af9150 100644 --- a/TGServerService/ServerInstance/ServerInstance.cs +++ b/TGServerService/ServerInstance/ServerInstance.cs @@ -37,8 +37,8 @@ namespace TGServerService InitChat(); InitRepo(); InitByond(); - InitCompiler(); InitDreamDaemon(); + InitCompiler(); } ///