mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fix #134 Exit crash after failed response from character selection
--HG-- branch : compatibility
This commit is contained in:
parent
d2d87d2644
commit
cd1107adf5
1 changed files with 2 additions and 1 deletions
|
@ -977,7 +977,8 @@ void CFarTP::requestReturnToPreviousSession(TSessionId rejectedSessionId)
|
||||||
void CFarTP::requestReconnection()
|
void CFarTP::requestReconnection()
|
||||||
{
|
{
|
||||||
_ReselectingChar = true;
|
_ReselectingChar = true;
|
||||||
requestFarTPToSession(TSessionId(std::numeric_limits<uint16>::max()), std::numeric_limits<uint8>::max(), CFarTP::JoinMainland, false);
|
if (!requestFarTPToSession(TSessionId(std::numeric_limits<uint16>::max()), std::numeric_limits<uint8>::max(), CFarTP::JoinMainland, false))
|
||||||
|
_ReselectingChar = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue