aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-02-05 12:00:24 -0500
committerRylan/wowmom98 <[email protected]>2017-02-05 12:01:37 -0500
commit7ef5896ab3fd16a9897a92eef2d6b8c033d5a507 (patch)
treed0323e7568c13dab2c4862b16465c89bc358a707 /ShiftOS.WinForms/Oobe.cs
parentc8eec15e452aae35f5b4b7c14fea0d354cd6d285 (diff)
downloadshiftos_thereturn-7ef5896ab3fd16a9897a92eef2d6b8c033d5a507.tar.gz
shiftos_thereturn-7ef5896ab3fd16a9897a92eef2d6b8c033d5a507.tar.bz2
shiftos_thereturn-7ef5896ab3fd16a9897a92eef2d6b8c033d5a507.zip
Revert "color picker fixes but OOPS I CANT TEST IT"
This reverts commit e97117c82272da37e8813631541c1c7cfc07808d.
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs1
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();