diff --git a/src/Tgstation.Server.Host/Components/Session/ReattachInfoHandler.cs b/src/Tgstation.Server.Host/Components/Session/ReattachInfoHandler.cs index 76631de5f2..37a361135c 100644 --- a/src/Tgstation.Server.Host/Components/Session/ReattachInfoHandler.cs +++ b/src/Tgstation.Server.Host/Components/Session/ReattachInfoHandler.cs @@ -107,7 +107,10 @@ namespace Tgstation.Server.Host.Components.Session .ConfigureAwait(false); if (timeoutMilliseconds == default) + { + logger.LogCritical("Missing TopicRequestTimeout!"); return; + } topicTimeout = TimeSpan.FromMilliseconds(timeoutMilliseconds.Value);