Netplay: Don't log skippable events as errors

This commit is contained in:
Floogle
2023-10-28 17:57:22 +02:00
parent 220988d064
commit bee6d5bfb6
5 changed files with 16 additions and 5 deletions

View File

@ -299,7 +299,7 @@ int ENET_CALLBACK TraversalClient::InterceptCallback(ENetHost* host, ENetEvent*
&host->receivedAddress) ||
(host->receivedDataLength == 1 && host->receivedData[0] == 0))
{
event->type = (ENetEventType)42;
event->type = Common::ENet::SKIPPABLE_EVENT;
return 1;
}
return 0;