yeah, Arisotura, you really need to eat

This commit is contained in:
Arisotura
2023-04-05 21:47:30 +02:00
parent 4332370a90
commit d82cbee728

View File

@ -891,11 +891,11 @@ void ProcessMirrorHost()
NumMirrorClients++;
event.peer->data = (void*)0;
if (NumMirrorClients > NumPlayers)
if (NumMirrorClients >= NumPlayers)
{
printf("??????\n");
}
else if (NumMirrorClients == NumPlayers)
else if (NumMirrorClients == (NumPlayers-1))
{
// all mirror clients are connected, we're ready to go
SyncMirrorClients();