There was an error while loading. Please reload this page.
1 parent b20be4e commit 864c2d0Copy full SHA for 864c2d0
1 file changed
loader/src/main/java/net/swofty/loader/SkyBlock.java
@@ -58,7 +58,7 @@ public static void main(String[] args) {
58
59
Map<String, String> options = parseOptionalArgs(args);
60
Integer maxPlayers = options.containsKey("--max-players") ?
61
- Integer.parseInt(options.get("--max-players")) : 0;
+ Integer.parseInt(options.get("--max-players")) : 20;
62
Integer pterodactylPort = options.containsKey("--pterodactyl-port") ?
63
Integer.parseInt(options.get("--pterodactyl-port")) : -1;
64
0 commit comments