Skip to content

Commit

Permalink
pushed buggy code whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
axellse committed Feb 18, 2024
1 parent a7957e2 commit a98586e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified TerminalPilot/.vs/TerminalPilot/v17/.suo
Binary file not shown.
1 change: 0 additions & 1 deletion TerminalPilot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ static void Main(string[] args)


instance.Workingdirectory = new DirectoryInfo(config.StartUpPath);
ConfigManager.StartUp();
Console.Clear();
instance.alive = true;
instance.name = "Terminal";
Expand Down

0 comments on commit a98586e

Please sign in to comment.