Ver Fonte

ignore retry attempts for now

Emagi há 1 ano atrás
pai
commit
304f0d2bca
1 ficheiros alterados com 0 adições e 4 exclusões
  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