We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0816bc7 commit ac60360Copy full SHA for ac60360
src/engine/qcommon/files.cpp
@@ -626,6 +626,8 @@ const char* FS_LoadedPaks()
626
static char info[BIG_INFO_STRING];
627
info[0] = '\0';
628
for (const FS::LoadedPakInfo& x: FS::PakPath::GetLoadedPaks()) {
629
+ if (x.type == FS::pakType_t::PAK_BUILTIN)
630
+ continue;
631
if (!x.pathPrefix.empty())
632
continue;
633
if (info[0])
0 commit comments