Merge branch 'main' of https://github.com/Moonlight-Panel/Moonlight
This commit is contained in:
@@ -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("!"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user