This commit is contained in:
Damian Korczowski
2021-06-21 20:10:03 +02:00
parent bb75ee81d5
commit 6772d447fa
3 changed files with 3 additions and 10 deletions

View File

@@ -95,8 +95,6 @@ void NetworkPeer::Disconnect(const NetworkConnection& connection)
bool NetworkPeer::PopEvent(NetworkEvent& eventRef)
{
// Set host id of the event
eventRef.HostId = HostId;
return NetworkDriver->PopEvent(&eventRef);
}