Commit 1173bf2e authored by mercury233's avatar mercury233

create replay dir

parent e2caf38b
Pipeline #5393 failed with stages
in 19 minutes and 15 seconds
...@@ -310,6 +310,15 @@ public class Program : MonoBehaviour ...@@ -310,6 +310,15 @@ public class Program : MonoBehaviour
{ {
} }
if (!Directory.Exists("replay"))
try
{
Directory.CreateDirectory("replay");
}
catch
{
}
var fileInfos = new FileInfo[0]; var fileInfos = new FileInfo[0];
if (Directory.Exists("expansions")) if (Directory.Exists("expansions"))
......
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