yeah, Arisotura, you really need to eat

This commit is contained in:
Arisotura 2023-04-05 21:47:30 +02:00
parent 54a20d9b05
commit 406a0f6ab8

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();