aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.WinForms')
-rw-r--r--ShiftOS.WinForms/Oobe.cs6
1 files 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<Save>(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<Save>(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;