RTech: user or script requested paks should use channel 8

This commit is contained in:
Kawe Mazidjatari 2024-11-16 15:39:55 +01:00
parent 03d19344fe
commit 5d20256f10

View File

@ -117,7 +117,7 @@ Pak_RequestLoad_f
*/ */
static void Pak_RequestLoad_f(const CCommand& args) static void Pak_RequestLoad_f(const CCommand& args)
{ {
g_pakLoadApi->LoadAsync(args.Arg(1), AlignedMemAlloc(), NULL, 0); g_pakLoadApi->LoadAsync(args.Arg(1), AlignedMemAlloc(), 1, 0);
} }