removed unncsesreay stuf
This commit is contained in:
parent
1f6dbf6550
commit
e7a1b04250
|
|
@ -15,7 +15,6 @@ namespace ConsoleApp1
|
||||||
string folderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Archblx\", @"Versions\");
|
string folderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Archblx\", @"Versions\");
|
||||||
string clientPath = Path.Combine(folderPath, version_string + @"\");
|
string clientPath = Path.Combine(folderPath, version_string + @"\");
|
||||||
string filePath = Path.Combine(clientPath, "ArchbloxPlayerBeta.exe");
|
string filePath = Path.Combine(clientPath, "ArchbloxPlayerBeta.exe");
|
||||||
|
|
||||||
Console.Clear();
|
Console.Clear();
|
||||||
Console.WriteLine("ARCHBLOX Launcher");
|
Console.WriteLine("ARCHBLOX Launcher");
|
||||||
Console.WriteLine("Type 1 to Join a Game");
|
Console.WriteLine("Type 1 to Join a Game");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue