1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-12-15 23:13:19 +00:00

Ignore ping packets

This commit is contained in:
Koncord 2017-01-07 23:05:22 +08:00
parent dbbdb1071c
commit 97dd8704a3

View file

@ -862,6 +862,9 @@ int Networking::mainLoop()
packet->systemAddress.ToString());
disconnectPlayer(packet->guid);
break;
case ID_CONNECTED_PING:
case ID_UNCONNECTED_PING:
break;
default:
update(packet);
break;