Continue client even if wrong beta revision.
This commit is contained in:
@@ -993,8 +993,6 @@ ClientStateStartSession::InternalHandlePacket(boost::shared_ptr<ClientThread> cl
|
|||||||
{
|
{
|
||||||
client->GetCallback().SignalNetClientNotification(NTF_NET_OUTDATED_BETA);
|
client->GetCallback().SignalNetClientNotification(NTF_NET_OUTDATED_BETA);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
ClientContext &context = client->GetContext();
|
ClientContext &context = client->GetContext();
|
||||||
|
|
||||||
// CASE 1: Authenticated login (username, challenge/response for password).
|
// CASE 1: Authenticated login (username, challenge/response for password).
|
||||||
@@ -1036,7 +1034,6 @@ ClientStateStartSession::InternalHandlePacket(boost::shared_ptr<ClientThread> cl
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user