aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Oobe.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-30 20:39:21 -0400
committerMichael <[email protected]>2017-04-30 20:39:21 -0400
commitfd419b092c530e8989f4355f6372949b708a46ef (patch)
tree4b7a20bb1b6e785579bc229b380901b379d2fd03 /ShiftOS.WinForms/Oobe.cs
parenta99711507970055e02dd678e613e9d8546e6742e (diff)
downloadshiftos_thereturn-fd419b092c530e8989f4355f6372949b708a46ef.tar.gz
shiftos_thereturn-fd419b092c530e8989f4355f6372949b708a46ef.tar.bz2
shiftos_thereturn-fd419b092c530e8989f4355f6372949b708a46ef.zip
wat
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
-rw-r--r--ShiftOS.WinForms/Oobe.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs
index 245d13e..c077b65 100644
--- a/ShiftOS.WinForms/Oobe.cs
+++ b/ShiftOS.WinForms/Oobe.cs
@@ -326,7 +326,7 @@ You must join the digital society, rise up the ranks, and save us.
}));
while (msgreceived == false)
Thread.Sleep(10);
- if (found)
+ if (found == true)
return;
}
catch