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();