diff --git a/src/Tgstation.Server.Host/Components/ReattachInfoHandler.cs b/src/Tgstation.Server.Host/Components/ReattachInfoHandler.cs index 2e8fe33444..500983d631 100644 --- a/src/Tgstation.Server.Host/Components/ReattachInfoHandler.cs +++ b/src/Tgstation.Server.Host/Components/ReattachInfoHandler.cs @@ -99,7 +99,7 @@ namespace Tgstation.Server.Host.Components { var instance = await db.Instances.Where(x => x.Id == metadata.Id) .Include(x => x.WatchdogReattachInformation).ThenInclude(x => x.Alpha) - .Include(x => x.WatchdogReattachInformation).ThenInclude(x => x.Alpha) + .Include(x => x.WatchdogReattachInformation).ThenInclude(x => x.Bravo) .FirstOrDefaultAsync(cancellationToken).ConfigureAwait(false); result = instance.WatchdogReattachInformation; if (result == default)