This commit is contained in:
recroom2016
2022-02-23 15:38:50 -05:00
parent 93e74b51b4
commit a9394b6c46
3 changed files with 101 additions and 8 deletions

View File

@@ -62,6 +62,10 @@ namespace start
{
File.WriteAllText("SaveData\\App\\privatedorm.txt", "Disabled");
}
if (!(File.Exists("SaveData\\App\\showopenrecinfo.txt")))
{
File.WriteAllText("SaveData\\App\\showopenrecinfo.txt", "Enabled");
}
if (!(File.Exists("SaveData\\Images\\count.txt")))
{
File.WriteAllText("SaveData\\Images\\count.txt", "0");