mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Add missing instance field to watchdog onlining job
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user