From 16689da57132292db77a84bff9cc4856fa85c199 Mon Sep 17 00:00:00 2001 From: TheRandomMelon Date: Sun, 8 Jan 2017 13:35:24 -0600 Subject: Fixed bug where you could type while story is happening --- ShiftOS.WinForms/Oobe.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ShiftOS.WinForms/Oobe.cs') diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 62bcc7b..52a0c05 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -427,5 +427,10 @@ namespace ShiftOS.WinForms password: ""{txtlpass.Text}"" }}"); } + + private void Oobe_Load(object sender, EventArgs e) + { + + } } } -- cgit v1.2.3