forked from mirror/openmw-tes3mp
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