From fd419b092c530e8989f4355f6372949b708a46ef Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 30 Apr 2017 20:39:21 -0400 Subject: [PATCH] wat --- ShiftOS.WinForms/Oobe.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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