Disabled download counter bypass

This commit is contained in:
Assistant 2020-01-23 16:48:01 -08:00
parent a1c3b111c2
commit 96bc3b407a

View file

@ -28,7 +28,7 @@ namespace ModAssistant
private static readonly string[] Protocols = new[] { "modelsaber", "beatsaver" };
private const bool BypassDownloadCounter = true;
private const bool BypassDownloadCounter = false;
public static void InstallAsset(string link)
{
Uri uri = new Uri(link);