This commit is contained in:
Daniel Balk
2023-04-03 00:26:58 +02:00

View File

@@ -81,6 +81,13 @@ public class WingsServerConverter
}
}
int i = 0;
foreach (var allocation in server.Allocations)
{
wingsServer.Settings.Environment.Add("ML_PORT_" + i, allocation.Port.ToString());
i++;
}
// Stop
if (image.StopCommand.StartsWith("!"))
{