Commit 1b31d771 authored by nanahira's avatar nanahira

Revert "future"

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