فهرست منبع

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