From 5da36a54e45d0dce53eca13c7137d1c04474b9e3 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();