mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-01-01 14:17:31 +00:00
[YouAreMyPropNowWeAreHavingSoftTacosLater] man
This commit is contained in:
parent
0da225b05c
commit
1e1fb8da0f
1 changed files with 11 additions and 2 deletions
|
|
@ -240,7 +240,16 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReSharper disable UnusedParameter.Local
|
// ReSharper disable UnusedParameter.Local
|
||||||
private static bool OnCVRDownloadManagerQueueTask(AssetManagement.UgcMetadata metadata, DownloadTask.ObjectType type, string assetUrl, string fileId, string toAttach, CVRLoadingAvatarController loadingAvatarController = null, bool joinOnComplete = false, bool isHomeRequested = false, CompatibilityVersions compatibilityVersion = CompatibilityVersions.NotSpi, CVREncryptionRouter.EncryptionAlgorithm encryptionAlgorithm = CVREncryptionRouter.EncryptionAlgorithm.Gen1, string spawnerId = null)
|
private static bool OnCVRDownloadManagerQueueTask(
|
||||||
|
AssetManagement.UgcMetadata metadata,
|
||||||
|
DownloadTask.ObjectType type,
|
||||||
|
string assetUrl,
|
||||||
|
string fileId,
|
||||||
|
string toAttach,
|
||||||
|
CVRLoadingAvatarController loadingAvatarController = null,
|
||||||
|
bool joinOnComplete = false,
|
||||||
|
bool isHomeRequested = false,
|
||||||
|
string spawnerId = null)
|
||||||
{
|
{
|
||||||
if (type != DownloadTask.ObjectType.Prop) return true; // Only care about props
|
if (type != DownloadTask.ObjectType.Prop) return true; // Only care about props
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue