diff --git a/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs b/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs
index 76f5ebce25..65606da711 100644
--- a/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs
+++ b/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs
@@ -276,7 +276,7 @@ namespace Tgstation.Server.Host.Components.Byond
/// A representing the running operation.
async Task InstallVersion(Version version, Stream customVersionStream, CancellationToken cancellationToken)
{
- var ourTcs = new TaskCompletionSource