diff options
| author | Michael <[email protected]> | 2017-02-08 12:59:26 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 12:59:26 -0500 |
| commit | a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa (patch) | |
| tree | c913bf2257f4dc3456e0e77aef6833175ff3baff /ShiftOS.WinForms/Oobe.cs | |
| parent | f66cf31e5d590cfcd82c849f18986003b47f7976 (diff) | |
| download | shiftos_thereturn-a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa.tar.gz shiftos_thereturn-a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa.tar.bz2 shiftos_thereturn-a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa.zip | |
Mute the background music during OOBE
Diffstat (limited to 'ShiftOS.WinForms/Oobe.cs')
| -rw-r--r-- | ShiftOS.WinForms/Oobe.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Oobe.cs b/ShiftOS.WinForms/Oobe.cs index 5ce6bff..83224b6 100644 --- a/ShiftOS.WinForms/Oobe.cs +++ b/ShiftOS.WinForms/Oobe.cs @@ -171,7 +171,6 @@ namespace ShiftOS.WinForms TextType("Creating new user: " + MySave.Username); TextType("...with 0 Codepoints, 0 installed upgrades, no legion, and no user shops..."); MySave.Codepoints = 0; - MySave.Upgrades = new Dictionary<string, bool>(); MySave.CurrentLegions = new List<string>(); MySave.MyShop = ""; TextType("User created successfully."); |
