Start selected servers at the same time

This commit is contained in:
Pat Hartl 2023-09-01 00:29:48 -05:00
parent 688979f283
commit 5a93cca6ef

View file

@ -125,7 +125,7 @@
if (status == ServerProcessStatus.Stopped || status == ServerProcessStatus.Error)
{
await ServerProcessService.StartServerAsync(server);
ServerProcessService.StartServerAsync(server);
}
}
catch { }