Skip to content

Commit

Permalink
enable 4 player splitscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab125 committed Oct 18, 2024
1 parent 3b9a372 commit 60ff106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/jab125/hotjoin/HotJoin.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class HotJoin {
private Wrapped wrapped = null;
public static boolean hotjoinClient;

public static final int LIMIT = 2;
public static final int LIMIT = 4;
public static boolean canLaunchAnotherClient() {
int size = INSTANCES.size();
size++; // account for the original client
Expand Down

0 comments on commit 60ff106

Please sign in to comment.