Commit 6d5f1f18 authored by mercury233's avatar mercury233

run without pack database

parent e8ea030e
......@@ -326,7 +326,8 @@ public class Program : MonoBehaviour
}
}
if (Directory.Exists("pack"))
{
fileInfos = (new DirectoryInfo("pack")).GetFiles();
for (int i = 0; i < fileInfos.Length; i++)
{
......@@ -339,6 +340,8 @@ public class Program : MonoBehaviour
}
}
YGOSharp.PacksManager.initializeSec();
}
initializeALLservants();
loadResources();
......
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