Commit 5e7128b3 authored by nanahira's avatar nanahira

remove expansions support for not currently used

parent 8e0dc6f2
......@@ -384,6 +384,7 @@ public class Program : MonoBehaviour
{
YGOSharp.CardsManager.initialize("cards.cdb");//YGOMobile Paths
}
/*
if (File.Exists("expansions/lflist.conf"))
{
YGOSharp.BanlistManager.initialize("expansions/lflist.conf");
......@@ -407,6 +408,7 @@ public class Program : MonoBehaviour
}
}
}
*/
if (Directory.Exists("pack"))
{
......
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