diff --git a/src/Tgstation.Server.Host/Components/Session/SessionController.cs b/src/Tgstation.Server.Host/Components/Session/SessionController.cs index 78160b352d..01ddcea2d4 100644 --- a/src/Tgstation.Server.Host/Components/Session/SessionController.cs +++ b/src/Tgstation.Server.Host/Components/Session/SessionController.cs @@ -784,8 +784,6 @@ namespace Tgstation.Server.Host.Components.Session case BridgeCommandType.Startup: apiValidationStatus = ApiValidationStatus.BadValidationRequest; - // This business is is cancelled until this BYOND bug is resolved: https://www.byond.com/forum/post/2894866 -#if FALSE if (apiValidationSession) { var proceedTcs = new TaskCompletionSource(); @@ -795,9 +793,6 @@ namespace Tgstation.Server.Host.Components.Session if (!firstValidationRequest) return BridgeError("Startup bridge request was repeated!"); } -#else - postValidationShutdownTask = Task.CompletedTask; -#endif if (parameters.Version == null) return BridgeError("Missing dmApiVersion field!");