mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-13 02:39:37 +00:00
Fixed: Do not save client.cfg when exiting from char selection screen or correct window size is lost
This commit is contained in:
parent
276f664e50
commit
5da36a54e4
1 changed files with 0 additions and 2 deletions
|
@ -468,8 +468,6 @@ void releaseOutGame()
|
||||||
// flush the server string cache
|
// flush the server string cache
|
||||||
STRING_MANAGER::CStringManagerClient::instance()->flushStringCache();
|
STRING_MANAGER::CStringManagerClient::instance()->flushStringCache();
|
||||||
|
|
||||||
ClientCfg.release ();
|
|
||||||
|
|
||||||
// Disconnect the client from the server.
|
// Disconnect the client from the server.
|
||||||
NetMngr.disconnect();
|
NetMngr.disconnect();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue