ignore retry attempts for now

This commit is contained in:
Emagi 2023-02-27 09:00:34 -05:00
parent 622ad6347e
commit 304f0d2bca

View file

@ -3398,10 +3398,6 @@ void ZoneServer::ClientProcess()
#endif
if(zoneShuttingDown || !client->Process(true))
{
if(client->getConnection() && client->getConnection()->HasSessionAttempts()) {
printf("Client has an attempt to reconnect..\n");
continue;
}
if(!zoneShuttingDown && !client->IsZoning())
{
// avoid spam of messages while we await linkdead to complete