This commit is contained in:
recroom2016
2022-02-21 23:11:06 -05:00
parent b85ab57667
commit a8e081602a
7 changed files with 58 additions and 29 deletions

View File

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