diff options
| author | Rylan/wowmom98 <[email protected]> | 2017-02-05 12:00:24 -0500 |
|---|---|---|
| committer | Rylan/wowmom98 <[email protected]> | 2017-02-05 12:01:37 -0500 |
| commit | 7ef5896ab3fd16a9897a92eef2d6b8c033d5a507 (patch) | |
| tree | d0323e7568c13dab2c4862b16465c89bc358a707 /ShiftOS.WinForms/Oobe.cs | |
| parent | c8eec15e452aae35f5b4b7c14fea0d354cd6d285 (diff) | |
| download | shiftos_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.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(); |
