aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Shiftorium.cs
diff options
context:
space:
mode:
authorwilliam341 <[email protected]>2017-02-26 11:14:44 -0700
committerwilliam341 <[email protected]>2017-02-26 11:14:49 -0700
commit337d0ac1dd7330238aa7994bbab6b672e5cd2af7 (patch)
treeabc0f9a801d74f369f97746516af5643be44d57d /ShiftOS_TheReturn/Shiftorium.cs
parenta05cebba57403f326ec868378fc15053e62948eb (diff)
downloadshiftos_thereturn-337d0ac1dd7330238aa7994bbab6b672e5cd2af7.tar.gz
shiftos_thereturn-337d0ac1dd7330238aa7994bbab6b672e5cd2af7.tar.bz2
shiftos_thereturn-337d0ac1dd7330238aa7994bbab6b672e5cd2af7.zip
shiftorium does not need to have a exception
as a result you can now create new saves
Diffstat (limited to 'ShiftOS_TheReturn/Shiftorium.cs')
-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();
}
}