mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Revert enforce player limit on Direct Connection
This commit is contained in:
parent
4f3cb2a53d
commit
578995a035
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void network_send_join(struct Packet* joinRequestPacket) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (globalIndex == UNKNOWN_LOCAL_INDEX || globalIndex >= network_player_connected_count()) {
|
||||
if (globalIndex == UNKNOWN_LOCAL_INDEX) {
|
||||
network_send_kick(0, EKT_FULL_PARTY);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue