mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-07 19:56:22 +00:00
Availability Changes
- changed Waiting for Publication to more specific Statuses.
This commit is contained in:
parent
a14f91c412
commit
09659d9ae2
20 changed files with 600 additions and 410 deletions
|
|
@ -875,7 +875,7 @@ namespace ServerManagerTool.Lib
|
|||
}
|
||||
serverArgs.Append($" -Port={this.ServerPort}");
|
||||
serverArgs.Append(" ");
|
||||
serverArgs.AppendFormat(Config.Default.ServerCommandLineArgsPortMatchFormat, this.QueryPort);
|
||||
serverArgs.AppendFormat(Config.Default.ServerCommandLineArgsMatchFormat, this.QueryPort);
|
||||
if (this.RconEnabled)
|
||||
{
|
||||
serverArgs.AppendFormat($" -RconPort={this.RconPort}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue