aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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