mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Implement new suspend/resume functionality for DeadSessionController
This commit is contained in:
@@ -100,5 +100,11 @@ namespace Tgstation.Server.Host.Components.Watchdog
|
||||
|
||||
/// <inheritdoc />
|
||||
public void ReplaceDmbProvider(IDmbProvider newProvider) => throw new NotSupportedException();
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Suspend() => throw new NotSupportedException();
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Resume() => throw new NotSupportedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user