diff --git a/code/ryzom/client/src/far_tp.cpp b/code/ryzom/client/src/far_tp.cpp index 350e403bc..357f80347 100644 --- a/code/ryzom/client/src/far_tp.cpp +++ b/code/ryzom/client/src/far_tp.cpp @@ -612,7 +612,7 @@ void CLoginStateMachine::run() break; case st_disconnect: // Far TP part 2: disconnect from the FS and unload shard-specific data (called from farTPmainLoop()) - // FarTP.disconnectFromPreviousShard(); + FarTP.disconnectFromPreviousShard(); SM_BEGIN_EVENT_TABLE SM_EVENT(ev_connect, st_reconnect_fs); @@ -1456,7 +1456,7 @@ void CFarTP::farTPmainLoop() ConnectionReadySent = false; LoginSM.pushEvent(CLoginStateMachine::ev_far_tp_main_loop_entered); - disconnectFromPreviousShard(); + // disconnectFromPreviousShard(); uint nbRecoSelectCharReceived = 0;