diff options
| author | william341 <[email protected]> | 2017-02-26 11:14:44 -0700 |
|---|---|---|
| committer | william341 <[email protected]> | 2017-02-26 11:14:49 -0700 |
| commit | 337d0ac1dd7330238aa7994bbab6b672e5cd2af7 (patch) | |
| tree | abc0f9a801d74f369f97746516af5643be44d57d /ShiftOS_TheReturn/Shiftorium.cs | |
| parent | a05cebba57403f326ec868378fc15053e62948eb (diff) | |
| download | shiftos_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.cs | 4 |
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(); } } |
