Always install DirectX on Windows, no exceptions

This commit is contained in:
Jordan Brown
2019-02-24 14:24:44 -05:00
parent be8f470c77
commit f80fbcd069
@@ -128,7 +128,8 @@ namespace Tgstation.Server.Host.Components.Byond
// after this version lummox made DD depend of directx lol
// but then he became amazing and not only fixed it but also gave us 30s compiles \[T]/
if (version.Major == 512 && version.Minor >= 1427 && version.Minor < 1452 && !installedDirectX)
// then he readded it again so -_-
if (!installedDirectX)
using (await SemaphoreSlimContext.Lock(semaphore, cancellationToken).ConfigureAwait(false))
if (!installedDirectX)
{