From 02c0ed3a237c1d57bd7188d8002edbfbb810e8dd Mon Sep 17 00:00:00 2001 From: Arisotura Date: Wed, 5 Apr 2023 22:48:37 +0200 Subject: [PATCH] b0rp --- src/frontend/qt_sdl/Netplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/qt_sdl/Netplay.cpp b/src/frontend/qt_sdl/Netplay.cpp index 886a3ce8..5fe1d824 100644 --- a/src/frontend/qt_sdl/Netplay.cpp +++ b/src/frontend/qt_sdl/Netplay.cpp @@ -659,7 +659,7 @@ void SyncMirrorClients() int ngood = 0; ENetEvent evt; while (enet_host_service(MirrorHost, &evt, 5000) > 0) - { + {printf("EVENT %d CH %d\n", evt.type, evt.channelID); if (evt.type == ENET_EVENT_TYPE_RECEIVE && evt.channelID == 1) { if (evt.packet->dataLength == 1 && evt.packet->data[0] == 0x04)