mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 20:47:28 +01:00
Disable this validation until BYOND bug is fixed
See https://www.byond.com/forum/post/2894866
This commit is contained in:
@@ -783,6 +783,9 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
break;
|
||||
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<bool>();
|
||||
@@ -792,6 +795,7 @@ namespace Tgstation.Server.Host.Components.Session
|
||||
if (!firstValidationRequest)
|
||||
return BridgeError("Startup bridge request was repeated!");
|
||||
}
|
||||
#endif
|
||||
|
||||
if (parameters.Version == null)
|
||||
return BridgeError("Missing dmApiVersion field!");
|
||||
|
||||
Reference in New Issue
Block a user