Commit 1b31d771 authored by nanahira's avatar nanahira

Revert "future"

This reverts commit 73350c43.
parent afc5ce74
...@@ -404,15 +404,9 @@ public class Program : MonoBehaviour ...@@ -404,15 +404,9 @@ public class Program : MonoBehaviour
if (fileInfos[i].Name.Length > 4) if (fileInfos[i].Name.Length > 4)
{ {
if (fileInfos[i].Name.Substring(fileInfos[i].Name.Length - 4, 4) == ".cdb") if (fileInfos[i].Name.Substring(fileInfos[i].Name.Length - 4, 4) == ".cdb")
{
try
{ {
YGOSharp.CardsManager.initialize("expansions/" + fileInfos[i].Name); YGOSharp.CardsManager.initialize("expansions/" + fileInfos[i].Name);
} }
catch (System.Exception e) //broken file
{
}
}
} }
} }
} }
......
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