Commit 64065ec3 authored by nanahira's avatar nanahira

rev

parent a93bc147
...@@ -528,7 +528,7 @@ public class Program : MonoBehaviour ...@@ -528,7 +528,7 @@ public class Program : MonoBehaviour
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/cards.cdb", "cdb/cards.cdb"); httpDldFile.Download("http://koishi.222diy.gdn/ygopro/cards.cdb", "cdb/cards.cdb");
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/lflist.conf", "cdb/lflist.conf"); httpDldFile.Download("http://koishi.222diy.gdn/ygopro/lflist.conf", "cdb/lflist.conf");
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/strings.conf", "cdb/strings.conf"); httpDldFile.Download("http://koishi.222diy.gdn/ygopro/strings.conf", "cdb/strings.conf");
PrintToChat(InterString.Get("卡片数据更新完毕。")); //PrintToChat(InterString.Get("卡片数据更新完毕。"));
} }
catch (Exception e) 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