diff --git a/src/common/filesystem.c b/src/common/filesystem.c index 97108e0a..12e411fa 100644 --- a/src/common/filesystem.c +++ b/src/common/filesystem.c @@ -1691,14 +1691,6 @@ FS_AddDirToSearchPath(char *dir, qboolean create) { continue; } - // If the pak starts with the string 'pak' it's ignored. - // This is somewhat stupid, it would be better to ignore - // just pak%d... - if (glob_match(path, list[j])) - { - continue; - } - switch (fs_packtypes[i].format) { case PAK: