brhgdfgdf

This commit is contained in:
recroom2016tutorial
2022-06-04 23:07:00 -04:00
parent a7ace2f895
commit 02d5026f7a
5 changed files with 18 additions and 57 deletions

View File

@@ -53,6 +53,7 @@ namespace start
else
{
Console.Clear();
goto Start;
}
}
@@ -401,9 +402,12 @@ namespace start
new APIServer();
new WebSocket();
}
}
Console.WriteLine(msg);
}
}
public static string msg = "//This is the server sending and recieving data from recroom." + Environment.NewLine + "//Ignore this if you don't know what this means." + Environment.NewLine + "//Please start up the build now.";
public static string version = "";
public static string appversion = "0.6.9";
public static bool bannedflag = false;