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;