Merge pull request #2 from AttorneyOnline/master

fix ipids not being generated
This commit is contained in:
MangosArentLiterature 2021-04-03 03:12:57 -05:00 committed by GitHub
commit 76d501f7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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