summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 705670277..168dd3df9 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -1209,7 +1209,7 @@ int Client::gameExec()
{
BLOCK_START("Client::gameExec STATE_CHOOSE_SERVER")
logger->log1("State: CHOOSE SERVER");
- const ResourceManager *const resman
+ ResourceManager *const resman
= ResourceManager::getInstance();
if (mOptions.dataPath.empty())
{
@@ -1235,6 +1235,8 @@ int Client::gameExec()
+ mUpdatesDir + "/local/");
}
+ resman->clearCache();
+
loginData.clearUpdateHost();
serverVersion = 0;