ignore retry attempts for now
This commit is contained in:
parent
622ad6347e
commit
304f0d2bca
1 changed files with 0 additions and 4 deletions
|
@ -3398,10 +3398,6 @@ void ZoneServer::ClientProcess()
|
||||||
#endif
|
#endif
|
||||||
if(zoneShuttingDown || !client->Process(true))
|
if(zoneShuttingDown || !client->Process(true))
|
||||||
{
|
{
|
||||||
if(client->getConnection() && client->getConnection()->HasSessionAttempts()) {
|
|
||||||
printf("Client has an attempt to reconnect..\n");
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if(!zoneShuttingDown && !client->IsZoning())
|
if(!zoneShuttingDown && !client->IsZoning())
|
||||||
{
|
{
|
||||||
// avoid spam of messages while we await linkdead to complete
|
// avoid spam of messages while we await linkdead to complete
|
||||||
|
|
Loading…
Reference in a new issue