This commit is contained in:
Arisotura 2023-04-05 23:45:05 +02:00
parent 4dfd635e85
commit 399a892c4b
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ void SyncMirrorClients()
// wait for all clients to have caught up
int ngood = 0;
ENetEvent evt;
while (enet_host_service(MirrorHost, &evt, 60000) > 0)
while (enet_host_service(MirrorHost, &evt, 120000) > 0)
{printf("EVENT %d CH %d\n", evt.type, evt.channelID);
if (evt.type == ENET_EVENT_TYPE_RECEIVE && evt.channelID == 1)
{