aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-26 13:35:39 -0500
committerlempamo <[email protected]>2017-02-26 13:35:39 -0500
commitca703e314d596b7c44f83e1a5ca416ded9576673 (patch)
treefa199c62451e02ddf8d4e4dc48a8446f8a3ba484 /ShiftOS_TheReturn
parentf765e3ef33129f6a21641f7ccdb667ea157d7eed (diff)
parent337d0ac1dd7330238aa7994bbab6b672e5cd2af7 (diff)
downloadshiftos_thereturn-ca703e314d596b7c44f83e1a5ca416ded9576673.tar.gz
shiftos_thereturn-ca703e314d596b7c44f83e1a5ca416ded9576673.tar.bz2
shiftos_thereturn-ca703e314d596b7c44f83e1a5ca416ded9576673.zip
Merge remote-tracking branch 'refs/remotes/shiftos-game/master'
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();
}
}