Commit e1cd852d authored by nanahira's avatar nanahira

use ygopro main repo

parent 03f8e8ca
......@@ -480,7 +480,7 @@ public class Program : MonoBehaviour
{
try
{
WWW w = new WWW("https://api.github.com/repos/purerosefallen/ygopro-database-raw/contents/");
WWW w = new WWW("https://api.github.com/repos/purerosefallen/ygopro/contents/");
while (!w.isDone)
{
if (Application.internetReachability == NetworkReachability.NotReachable || !string.IsNullOrEmpty(w.error))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment