Переглянути джерело

ignore retry attempts for now

Emagi 1 рік тому
батько
коміт
304f0d2bca
1 змінених файлів з 0 додано та 4 видалено
  1. 0 4
      EQ2/source/WorldServer/zoneserver.cpp

+ 0 - 4
EQ2/source/WorldServer/zoneserver.cpp

@@ -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