From 068828f32be2e8ef7d0a0d479b77ae90e3019959 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 23 Nov 2017 14:48:40 -0500 Subject: [PATCH] Fixes ITGAdministration initialization --- TGS.Server/Instance/Instance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TGS.Server/Instance/Instance.cs b/TGS.Server/Instance/Instance.cs index aaf98ef39a..e28d58dc72 100644 --- a/TGS.Server/Instance/Instance.cs +++ b/TGS.Server/Instance/Instance.cs @@ -32,7 +32,7 @@ namespace TGS.Server { LoggingID = logID; Config = config; - FindTheDroidsWereLookingFor(); + InitAdministration(); InitEventHandlers(); InitChat(); InitRepo();