aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server.cpp b/src/server.cpp
index a8d452783..a6e7a6a4d 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -2501,6 +2501,7 @@ void Server::fillMediaCache()
paths.push_back(getBuiltinLuaPath() + DIR_DELIM + "locale");
fs::GetRecursiveDirs(paths, porting::path_user + DIR_DELIM + "textures" + DIR_DELIM + "server");
fs::GetRecursiveDirs(paths, m_gamespec.path + DIR_DELIM + "textures");
+ fs::GetRecursiveDirs(paths, porting::path_user + DIR_DELIM + "sounds");
m_modmgr->getModsMediaPaths(paths);
// Collect media file information from paths into cache