mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-15 17:00:46 -04:00
Merge pull request #7202 from Techjar/better-netplay-errors
Improve NetPlay connection error handling
This commit is contained in:
@@ -173,7 +173,7 @@ void NetPlayServer::ThreadFunc()
|
||||
delete (PlayerId*)netEvent.peer->data;
|
||||
netEvent.peer->data = nullptr;
|
||||
}
|
||||
enet_peer_disconnect(accept_peer, 0);
|
||||
enet_peer_disconnect_later(accept_peer, 0);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user