diff --git a/src/Tgstation.Server.Host/Components/InstanceManager.cs b/src/Tgstation.Server.Host/Components/InstanceManager.cs index b6909e91e2..c7107562b0 100644 --- a/src/Tgstation.Server.Host/Components/InstanceManager.cs +++ b/src/Tgstation.Server.Host/Components/InstanceManager.cs @@ -290,9 +290,9 @@ namespace Tgstation.Server.Host.Components .AsQueryable() .Where(x => x.Online.Value) .Include(x => x.RepositorySettings) + .Include(x => x.DreamDaemonSettings) .Include(x => x.ChatSettings) .ThenInclude(x => x.Channels) - .Include(x => x.DreamDaemonSettings) .ToAsyncEnumerable(); var tasks = new List(); await factoryStartup.ConfigureAwait(false);