mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 14:36:40 -04:00
Ignore ping packets
This commit is contained in:
parent
dbbdb1071c
commit
97dd8704a3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user