From 4068843f939f89d14cb2ec39ab0b734cebbae47a Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 8 Sep 2018 13:23:47 -0400 Subject: [PATCH] Add missing instance field to watchdog onlining job --- src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs index a2aeafe404..4d36e949d0 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/Watchdog.cs @@ -806,6 +806,10 @@ namespace Tgstation.Server.Host.Components.Watchdog { Id = 1 //just use admin for this cause whatever }, + Instance = new Models.Instance + { + Id = instance.Id + }, Description = "Instance startup watchdog launch", CancelRight = (ulong)DreamDaemonRights.Shutdown, CancelRightsType = RightsType.DreamDaemon