Update AssetsDownloader.cs

This commit is contained in:
oxmc
2022-12-31 02:19:55 -08:00
committed by GitHub
parent 4563d42668
commit d172c2446b
+2 -2
View File
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
@@ -31,7 +31,7 @@ namespace QuestAppLauncher
// GitHub API url
const string GithubApiUrl = @"http://api.github.com/";
const isorg = true;
const bool isorg = true;
if (isorg == true) {
GithubApiUrl = GithubApiUrl + "orgs/";
}