fix: fixed duplicate parameter -l
This commit is contained in:
parent
87bada350b
commit
cb2b760866
@ -49,7 +49,7 @@ public class ServerArgs {
|
||||
@Parameter(names = {"--replay", "-r"})
|
||||
private String folderPath;
|
||||
|
||||
@Parameter(names = {"--max-lobbies", "-l", "--team25-max-lobbies"} )
|
||||
@Parameter(names = {"--max-lobbies", "-L", "--team25-max-lobbies"} )
|
||||
private int maxLobbies = 8;
|
||||
|
||||
/** Whether help is requested */
|
||||
|
Loading…
Reference in New Issue
Block a user