fix ipids not being generated

This commit is contained in:
scatterflower 2021-04-03 03:10:06 -05:00
parent 7f3d077710
commit 953e9a50c7

View File

@ -134,6 +134,7 @@ void Server::clientConnected()
// tsuserver4. It should disable fantacrypt
// completely in any client 2.4.3 or newer
client->sendPacket(decryptor);
client->calculateIpid();
#ifdef NET_DEBUG
qDebug() << client->remote_ip.toString() << "connected";
#endif