diff options
| author | Michael <[email protected]> | 2017-04-28 20:01:04 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-28 20:01:04 -0400 |
| commit | 712d38a2be53b415c2635b86e1f539faec0ace19 (patch) | |
| tree | f600fea9f8f98a715216a98100f047846b693faa /ShiftOS_TheReturn/Commands.cs | |
| parent | e1b3ecc57d42a961c780114e4e582a875e8f3b96 (diff) | |
| download | shiftos_thereturn-712d38a2be53b415c2635b86e1f539faec0ace19.tar.gz shiftos_thereturn-712d38a2be53b415c2635b86e1f539faec0ace19.tar.bz2 shiftos_thereturn-712d38a2be53b415c2635b86e1f539faec0ace19.zip | |
Final Beta 2.3 adjustments.
Diffstat (limited to 'ShiftOS_TheReturn/Commands.cs')
| -rw-r--r-- | ShiftOS_TheReturn/Commands.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Commands.cs b/ShiftOS_TheReturn/Commands.cs index ce94030..7980635 100644 --- a/ShiftOS_TheReturn/Commands.cs +++ b/ShiftOS_TheReturn/Commands.cs @@ -247,7 +247,10 @@ namespace ShiftOS.Engine { try { - SaveSystem.CurrentSave.Upgrades[args["upgrade"] as string] = false; + SaveSystem.CurrentSave.Upgrades[args["upgrade"].ToString()] = false; + SaveSystem.SaveGame(); + Desktop.PopulateAppLauncher(); + Desktop.CurrentDesktop.SetupDesktop(); } catch { |
