fix: fixed duplicate parameter -l

This commit is contained in:
Yannik Bretschneider 2021-06-06 18:50:32 +02:00
parent 87bada350b
commit cb2b760866
1 changed files with 1 additions and 1 deletions

View File

@ -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 */