HDJHSOKDSD

This commit is contained in:
Arisotura 2023-04-05 22:05:07 +02:00
parent 409695c3cf
commit 9438a87e6a
1 changed files with 1 additions and 1 deletions

View File

@ -995,7 +995,7 @@ void ProcessMirrorClient()
}
break;
case ENET_EVENT_TYPE_RECEIVE:
case ENET_EVENT_TYPE_RECEIVE:printf("RX %d %d\n", event.channelID, event.packet->dataLength);
if (event.channelID == 0)
{
if (event.packet->dataLength != sizeof(InputFrame)) break;