From 894232c4c917c26f473ae6e0d0b81b743f726acb Mon Sep 17 00:00:00 2001 From: Nimetu Date: Fri, 27 Sep 2013 12:58:34 +0300 Subject: [PATCH] Fixed: Do not save client.cfg when exiting from char selection screen or correct window size is lost --- code/ryzom/client/src/release.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/ryzom/client/src/release.cpp b/code/ryzom/client/src/release.cpp index eea5c6ef9..dae95767c 100644 --- a/code/ryzom/client/src/release.cpp +++ b/code/ryzom/client/src/release.cpp @@ -468,8 +468,6 @@ void releaseOutGame() // flush the server string cache STRING_MANAGER::CStringManagerClient::instance()->flushStringCache(); - ClientCfg.release (); - // Disconnect the client from the server. NetMngr.disconnect();