From a4b49ab68b4383e84ee200f47ea21ed1b4b22ffa Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 8 Feb 2017 12:59:26 -0500 Subject: Mute the background music during OOBE --- ShiftOS.WinForms/Oobe.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'ShiftOS.WinForms/Oobe.cs') 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(); MySave.CurrentLegions = new List(); MySave.MyShop = ""; TextType("User created successfully."); -- cgit v1.2.3