From 337d0ac1dd7330238aa7994bbab6b672e5cd2af7 Mon Sep 17 00:00:00 2001 From: william341 Date: Sun, 26 Feb 2017 11:14:44 -0700 Subject: [PATCH] shiftorium does not need to have a exception as a result you can now create new saves --- ShiftOS_TheReturn/Shiftorium.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); } }