From 42a7829864cd6cf2dff2a21f9dbed208b154c6f7 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 22 Jun 2017 20:52:01 -0400 Subject: Fix some major Appscape bugs. --- ShiftOS.WinForms/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.WinForms/Program.cs') diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index d3530a0..9ec0ede 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -122,7 +122,7 @@ namespace ShiftOS.WinForms { var upgrade = new ShiftoriumUpgrade { - Id = attrib.Name.ToLower().Replace(" ", "_"), + Id = attrib.Upgrade, Name = attrib.Name, Description = attrib.Description, Cost = attrib.Cost, -- cgit v1.2.3