diff options
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 3d2954f..55aab7e 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -196,6 +196,7 @@ namespace ShiftOS.WinForms password = MySave.Password })); SaveSystem.SaveGame(); + Thread.Sleep(5000); this.Invoke(new Action(() => { TutorialManager.StartTutorial(); |
