From 249c47998504feccbf256cb54ac68828a0df5a46 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 30 Apr 2017 20:44:26 -0400 Subject: [PATCH] omfg --- ShiftOS.WinForms/Oobe.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index c077b65..54a022c 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -248,7 +248,7 @@ You must join the digital society, rise up the ranks, and save us. SaveSystem.CurrentSave = JsonConvert.DeserializeObject(msg.Contents); SaveSystem.SaveGame(); } - else + else if(msg.Name=="mud_login_denied") { LinkSaveFile(token); } @@ -272,7 +272,7 @@ You must join the digital society, rise up the ranks, and save us. SaveSystem.CurrentSave = JsonConvert.DeserializeObject(msg.Contents); SaveSystem.SaveGame(); } - else + else if (msg.Name == "mud_login_denied") { LinkSaveFile(token); } @@ -311,7 +311,7 @@ You must join the digital society, rise up the ranks, and save us. msgreceived = true; }); } - else + else if (msg.Name == "mud_login_denied") { found = false; msgreceived = true;