mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Nullify IWatchdogFactory
This commit is contained in:
@@ -324,7 +324,7 @@ namespace Tgstation.Server.Host.Components
|
||||
configuration, // watchdog doesn't need itself as an event consumer
|
||||
remoteDeploymentManagerFactory,
|
||||
metadata,
|
||||
metadata.DreamDaemonSettings);
|
||||
metadata.DreamDaemonSettings!);
|
||||
try
|
||||
{
|
||||
eventConsumer.SetWatchdog(watchdog);
|
||||
|
||||
@@ -6,8 +6,6 @@ using Tgstation.Server.Host.Components.Events;
|
||||
using Tgstation.Server.Host.Components.Session;
|
||||
using Tgstation.Server.Host.IO;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Tgstation.Server.Host.Components.Watchdog
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user