Browse Source

chore: format

tags/v0.1.0
TCL 2 years ago
parent
commit
9ea7f9caaf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      logic/Server/ArgumentOption.cs

+ 1
- 1
logic/Server/ArgumentOption.cs View File

@@ -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;
}


Loading…
Cancel
Save