diff options
| author | Michael <[email protected]> | 2017-04-30 20:44:26 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-30 20:44:26 -0400 |
| commit | 249c47998504feccbf256cb54ac68828a0df5a46 (patch) | |
| tree | ba55b0bf1cb9e3743fb499dfaa33562e1b6481e5 /ShiftOS.WinForms/Oobe.cs | |
| parent | fd419b092c530e8989f4355f6372949b708a46ef (diff) | |
| download | shiftos_thereturn-249c47998504feccbf256cb54ac68828a0df5a46.tar.gz shiftos_thereturn-249c47998504feccbf256cb54ac68828a0df5a46.tar.bz2 shiftos_thereturn-249c47998504feccbf256cb54ac68828a0df5a46.zip | |
omfg
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 6 |
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; |
