mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Always install DirectX on Windows, no exceptions
This commit is contained in:
@@ -128,7 +128,8 @@ namespace Tgstation.Server.Host.Components.Byond
|
|||||||
|
|
||||||
// after this version lummox made DD depend of directx lol
|
// 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]/
|
// 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))
|
using (await SemaphoreSlimContext.Lock(semaphore, cancellationToken).ConfigureAwait(false))
|
||||||
if (!installedDirectX)
|
if (!installedDirectX)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user