Skip to content

Commit ac60360

Browse files
committed
no sv_paks
1 parent 0816bc7 commit ac60360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/engine/qcommon/files.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,8 @@ const char* FS_LoadedPaks()
626626
static char info[BIG_INFO_STRING];
627627
info[0] = '\0';
628628
for (const FS::LoadedPakInfo& x: FS::PakPath::GetLoadedPaks()) {
629+
if (x.type == FS::pakType_t::PAK_BUILTIN)
630+
continue;
629631
if (!x.pathPrefix.empty())
630632
continue;
631633
if (info[0])

0 commit comments

Comments
 (0)