aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorRylan/wowmom98 <[email protected]>2017-02-05 12:03:31 -0500
committerRylan/wowmom98 <[email protected]>2017-02-05 12:03:31 -0500
commit4b46d338c01601a67ce14ae3da15b5cb67c5b5d4 (patch)
tree17ff25fd7a0228e350b3af10e188a5612bcf17f6 /ShiftOS.WinForms/Oobe.cs
parentf26333431ac499ba16d966b50d0b1953a6299258 (diff)
downloadshiftos_thereturn-4b46d338c01601a67ce14ae3da15b5cb67c5b5d4.tar.gz
shiftos_thereturn-4b46d338c01601a67ce14ae3da15b5cb67c5b5d4.tar.bz2
shiftos_thereturn-4b46d338c01601a67ce14ae3da15b5cb67c5b5d4.zip
thx github for not actually commiting every single change i made
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..2b5ac7d 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(3000);
this.Invoke(new Action(() =>
{
TutorialManager.StartTutorial();