Skip to content

Commit 864c2d0

Browse files
chore: did NOT mean to leave that in
Took 1 minute
1 parent b20be4e commit 864c2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

loader/src/main/java/net/swofty/loader/SkyBlock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static void main(String[] args) {
5858

5959
Map<String, String> options = parseOptionalArgs(args);
6060
Integer maxPlayers = options.containsKey("--max-players") ?
61-
Integer.parseInt(options.get("--max-players")) : 0;
61+
Integer.parseInt(options.get("--max-players")) : 20;
6262
Integer pterodactylPort = options.containsKey("--pterodactyl-port") ?
6363
Integer.parseInt(options.get("--pterodactyl-port")) : -1;
6464

0 commit comments

Comments
 (0)