diff --git a/src/core/netplay.cpp b/src/core/netplay.cpp index 4a52124c3..2433fd498 100644 --- a/src/core/netplay.cpp +++ b/src/core/netplay.cpp @@ -663,7 +663,7 @@ void Netplay::HandleEnetEvent(const ENetEvent* event) return; } - if (IsHost() && GetPlayerIdForPeer(event->peer) < 0) + if (IsHost()) HandlePeerConnectionAsHost(event->peer); else HandlePeerConnectionAsNonHost(event->peer, static_cast(event->data));