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