From e7a1b0425017f4122c31e7d8a8185a63b6e6b2dd Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Sun, 10 Jul 2022 14:35:10 +1000 Subject: [PATCH] removed unncsesreay stuf --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index e5b05ce..2e2d2ac 100644 --- a/Program.cs +++ b/Program.cs @@ -15,7 +15,6 @@ namespace ConsoleApp1 string folderPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), @"Archblx\", @"Versions\"); string clientPath = Path.Combine(folderPath, version_string + @"\"); string filePath = Path.Combine(clientPath, "ArchbloxPlayerBeta.exe"); - Console.Clear(); Console.WriteLine("ARCHBLOX Launcher"); Console.WriteLine("Type 1 to Join a Game");