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