diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp index 67926d50a..fd78d747e 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1231,8 +1231,8 @@ int Client::gameExec() mUpdatesDir + "/local/", "zip"); - resman->removeFromSearchPath(mLocalDataDir + dirSeparator - + mUpdatesDir + "/local/"); + resman->removeFromSearchPath(mLocalDataDir + + dirSeparator + mUpdatesDir + "/local/"); } resman->clearCache(); |