Avoid using preview language feature

This commit is contained in:
Jordan Dominion
2023-10-16 09:41:59 -04:00
parent c462fabe8e
commit 7082b7eb8e
@@ -264,7 +264,7 @@ namespace Tgstation.Server.Host.Components.Engine
if (usesDDExe)
await IOManager.WriteAllBytes(
IOManager.ConcatPath(path, TgsFirewalledDDFile),
[],
Array.Empty<byte>(),
cancellationToken);
}
}