aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS_TheReturn')
-rw-r--r--ShiftOS_TheReturn/Shiftorium.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Shiftorium.cs b/ShiftOS_TheReturn/Shiftorium.cs
index b91e421..e6fc299 100644
--- a/ShiftOS_TheReturn/Shiftorium.cs
+++ b/ShiftOS_TheReturn/Shiftorium.cs
@@ -208,7 +208,9 @@ namespace ShiftOS.Engine
}
catch
{
- throw new ShiftoriumUpgradeLookupException(id);
+ return false;
+ Console.WriteLine("Upgrade " + id + "DNE.");
+ Console.WriteLine();
}
}