mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Fixes #1501
This commit is contained in:
@@ -423,10 +423,10 @@ namespace Tgstation.Server.Host.Components.Byond
|
||||
{
|
||||
if (customVersionStream != null)
|
||||
{
|
||||
int customInstallationNumber = 1;
|
||||
var customInstallationNumber = 1;
|
||||
do
|
||||
{
|
||||
version = new Version(version.Major, version.Minor, customInstallationNumber);
|
||||
version = new Version(version.Major, version.Minor, customInstallationNumber++);
|
||||
}
|
||||
while (installedVersions.ContainsKey(version));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user