mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Comment out stuff for debugging purposes
This commit is contained in:
parent
4164394fc2
commit
42cfccfdbe
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ namespace ShiftOS.WinForms
|
|||
TextType("An error has occoured while starting the tutorial");
|
||||
TextType(e.ToString());
|
||||
}
|
||||
this.Close();
|
||||
//this.Close(); // This has been commented out because the form closes when the error appears. Uncomment this if no more errors appear
|
||||
}
|
||||
catch(Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue