Commit 4885a968 authored by Szefo09's avatar Szefo09

fix typo

parent 1d3e3bfb
......@@ -481,9 +481,9 @@ public class Program : MonoBehaviour
try
{
HttpDldFile httpDldFile = new HttpDldFile();
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/cards.cdb", Path.Combine("cdb /", "cards.cdb"));
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/lflist.conf", Path.Combine("config /", "lflist.conf"));
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/strings.conf", Path.Combine("config /", "strings.conf"));
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/cards.cdb", Path.Combine("cdb/", "cards.cdb"));
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/lflist.conf", Path.Combine("config/", "lflist.conf"));
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/strings.conf", Path.Combine("config/", "strings.conf"));
}
catch (Exception e)
{
......
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