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