Merge pull request #2 from AttorneyOnline/master
fix ipids not being generated
This commit is contained in:
commit
76d501f7a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user