Add missing instance field to watchdog onlining job

This commit is contained in:
Jordan Brown
2018-09-08 13:23:47 -04:00
parent d684886dcd
commit 4068843f93
@@ -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