summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 51ad12106..4e9e7c74c 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -757,6 +757,7 @@ void Client::gameClear()
delete2(chatLogger);
TranslationManager::close();
+ VirtFs::deinit();
}
int Client::testsExec()
@@ -1095,7 +1096,7 @@ int Client::gameExec()
"/local/",
"zip");
- VirtFs::removeDirFromSearchPath(
+ VirtFs::removeDirFromSearchPathSilent(
settings.localDataDir +
dirSeparator +
settings.updatesDir +