mirror of
https://github.com/recroom2016/OpenRec.git
synced 2026-04-22 13:25:51 +00:00
openrec 0.6.9
This commit is contained in:
16
Setup.cs
16
Setup.cs
@@ -99,13 +99,17 @@ namespace start
|
||||
goto tryagain;
|
||||
|
||||
tryagain:
|
||||
try
|
||||
if (!File.Exists("SaveData\\Rooms\\Downloaded\\roomname.txt"))
|
||||
{
|
||||
api.CustomRooms.RoomGet("gizmoface");
|
||||
}
|
||||
catch
|
||||
{
|
||||
goto tryagain;
|
||||
try
|
||||
{
|
||||
api.CustomRooms.RoomGet("gizmoface");
|
||||
}
|
||||
catch
|
||||
{
|
||||
goto tryagain;
|
||||
}
|
||||
|
||||
}
|
||||
Console.WriteLine("Done!");
|
||||
Console.Clear();
|
||||
|
||||
Reference in New Issue
Block a user