Commit 235a6627 authored by nanahira's avatar nanahira

remove creating directory

parent abfa5e3e
......@@ -497,9 +497,9 @@ public class Program : MonoBehaviour
{
try
{
if(!Directory.Exists("cdb")) {
Directory.CreateDirectory("cdb");
}
//if(!Directory.Exists("cdb")) {
// Directory.CreateDirectory("cdb");
//}
if(File.Exists("cdb/cards.cdb"))
File.Delete("cdb/cards.cdb");
......
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