Compare commits

..

2 commits

Author SHA1 Message Date
NotAKidoS
bf58de493a [YouAreMyPropNowWeAreHavingSoftTacosLater] Bump version 2025-12-31 22:13:40 -06:00
NotAKidoS
1e1fb8da0f [YouAreMyPropNowWeAreHavingSoftTacosLater] man 2025-12-31 22:13:04 -06:00
3 changed files with 13 additions and 4 deletions

View file

@ -240,7 +240,16 @@ public class YouAreMyPropNowWeAreHavingSoftTacosLaterMod : MelonMod
}
// 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

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.YouAreMyPropNowWeAreHavingSoftTacosLater.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.2";
public const string Version = "1.0.3";
public const string Author = "NotAKidoS";
}

View file

@ -1,7 +1,7 @@
{
"_id": 262,
"name": "YouAreMyPropNowWeAreHavingSoftTacosLater",
"modversion": "1.0.2",
"modversion": "1.0.3",
"gameversion": "2025r181-hf2",
"loaderversion": "0.7.2",
"modtype": "Mod",