fix ipids not being generated
This commit is contained in:
parent
7f3d077710
commit
953e9a50c7
@ -134,6 +134,7 @@ void Server::clientConnected()
|
|||||||
// tsuserver4. It should disable fantacrypt
|
// tsuserver4. It should disable fantacrypt
|
||||||
// completely in any client 2.4.3 or newer
|
// completely in any client 2.4.3 or newer
|
||||||
client->sendPacket(decryptor);
|
client->sendPacket(decryptor);
|
||||||
|
client->calculateIpid();
|
||||||
#ifdef NET_DEBUG
|
#ifdef NET_DEBUG
|
||||||
qDebug() << client->remote_ip.toString() << "connected";
|
qDebug() << client->remote_ip.toString() << "connected";
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user