mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Merge pull request #662 from tgstation/661-AlwaysSomething
Adds missing StartupTimeout to DreamDaemon responses
This commit is contained in:
@@ -119,6 +119,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
result.SecurityLevel = settings.SecurityLevel;
|
||||
result.SoftRestart = rstate == RebootState.Restart;
|
||||
result.SoftShutdown = rstate == RebootState.Shutdown;
|
||||
result.StartupTimeout = settings.StartupTimeout;
|
||||
};
|
||||
|
||||
if (revision)
|
||||
|
||||
Reference in New Issue
Block a user