Commit 2737244b authored by nanahira's avatar nanahira

print log after downloading

parent 8126903c
......@@ -528,6 +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/lflist.conf", "cdb/lflist.conf");
httpDldFile.Download("http://koishi.222diy.gdn/ygopro/strings.conf", "cdb/strings.conf");
PrintToChat(InterString.Get("卡片数据更新完毕。"));
}
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