diff options
| author | Michael <[email protected]> | 2017-04-30 20:39:21 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-30 20:39:21 -0400 |
| commit | fd419b092c530e8989f4355f6372949b708a46ef (patch) | |
| tree | 4b7a20bb1b6e785579bc229b380901b379d2fd03 | |
| parent | a99711507970055e02dd678e613e9d8546e6742e (diff) | |
| download | shiftos_thereturn-fd419b092c530e8989f4355f6372949b708a46ef.tar.gz shiftos_thereturn-fd419b092c530e8989f4355f6372949b708a46ef.tar.bz2 shiftos_thereturn-fd419b092c530e8989f4355f6372949b708a46ef.zip | |
wat
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 2 |
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 |
