|
|
|
@@ -74,7 +74,7 @@ namespace Server |
|
|
|
|
|
|
|
[Option("startLockFile", Required = false, HelpText = "Whether to create a file that identifies whether the game has started")] |
|
|
|
public string StartLockFile { get; set; } = DefaultArgumentOptions.FileName; |
|
|
|
|
|
|
|
|
|
|
|
[Option("mode", Required = false, HelpText = "Whether to run final competition")] |
|
|
|
public int Mode { get; set; } = 0; |
|
|
|
} |
|
|
|
|