mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Ignore ping packets
This commit is contained in:
parent
dbbdb1071c
commit
97dd8704a3
@ -862,6 +862,9 @@ int Networking::mainLoop()
|
|||||||
packet->systemAddress.ToString());
|
packet->systemAddress.ToString());
|
||||||
disconnectPlayer(packet->guid);
|
disconnectPlayer(packet->guid);
|
||||||
break;
|
break;
|
||||||
|
case ID_CONNECTED_PING:
|
||||||
|
case ID_UNCONNECTED_PING:
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
update(packet);
|
update(packet);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user