From 76cc15acdc40032d96b449dd1e4a95afdebe22c0 Mon Sep 17 00:00:00 2001 From: Dominion Date: Wed, 14 Jun 2023 14:56:03 -0400 Subject: [PATCH] LUMMOX SAID 1609 FOR MAP THREADS https://www.byond.com/forum/post/2873746 --- .../Components/Byond/ByondInstallerBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs b/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs index f9aac72694..92fd007061 100644 --- a/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs +++ b/src/Tgstation.Server.Host/Components/Byond/ByondInstallerBase.cs @@ -21,7 +21,7 @@ namespace Tgstation.Server.Host.Components.Byond /// /// The first of BYOND that supports the '-map-threads' parameter on DreamDaemon. /// - public static Version MapThreadsVersion => new (515, 1605); + public static Version MapThreadsVersion => new (515, 1609); /// public abstract string DreamMakerName { get; }