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:
parent
dbbdb1071c
commit
97dd8704a3
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Reference in a new issue