mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Update Oobe.cs
This commit is contained in:
parent
1ac01d9a27
commit
4164394fc2
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ namespace ShiftOS.WinForms
|
|||
Thread.Sleep(3000);
|
||||
try {
|
||||
TutorialManager.StartTutorial();
|
||||
} catch (Exeption e) {
|
||||
} catch (Exception e) {
|
||||
TextType("An error has occoured while starting the tutorial");
|
||||
TextType(e.ToString());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue