Explorar el Código

ignore retry attempts for now

Emagi hace 1 año
padre
commit
304f0d2bca
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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