mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
among us
This commit is contained in:
4
Setup.cs
4
Setup.cs
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user