aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-30 20:44:26 -0400
committerMichael <[email protected]>2017-04-30 20:44:26 -0400
commit249c47998504feccbf256cb54ac68828a0df5a46 (patch)
treeba55b0bf1cb9e3743fb499dfaa33562e1b6481e5
parentfd419b092c530e8989f4355f6372949b708a46ef (diff)
downloadshiftos_thereturn-249c47998504feccbf256cb54ac68828a0df5a46.tar.gz
shiftos_thereturn-249c47998504feccbf256cb54ac68828a0df5a46.tar.bz2
shiftos_thereturn-249c47998504feccbf256cb54ac68828a0df5a46.zip
omfg
-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;