mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
working on chat features
This commit is contained in:
4
Setup.cs
4
Setup.cs
@@ -42,6 +42,10 @@ namespace start
|
||||
{
|
||||
File.WriteAllText("SaveData\\Profile\\level.txt", "10");
|
||||
}
|
||||
if (!(File.Exists("SaveData\\Profile\\userid.txt")))
|
||||
{
|
||||
File.WriteAllText("SaveData\\Profile\\userid.txt", "2");
|
||||
}
|
||||
if (!(File.Exists("SaveData\\myrooms.txt")))
|
||||
{
|
||||
File.WriteAllText("SaveData\\myrooms.txt", "[]");
|
||||
|
||||
Reference in New Issue
Block a user