mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
RTech: user or script requested paks should use channel 8
This commit is contained in:
parent
03d19344fe
commit
5d20256f10
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user