diff options
| author | lempamo <[email protected]> | 2017-02-28 12:27:16 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-28 12:27:16 -0500 |
| commit | dd95bc225f332c3c8ad23db55b3600b75e9511f1 (patch) | |
| tree | e8b779f598f271c0e0db294a141e5316a82e824b /ShiftOS_TheReturn | |
| parent | 8656337c5dc64bea29f330a51b362f0a6b85ef78 (diff) | |
| download | shiftos_thereturn-dd95bc225f332c3c8ad23db55b3600b75e9511f1.tar.gz shiftos_thereturn-dd95bc225f332c3c8ad23db55b3600b75e9511f1.tar.bz2 shiftos_thereturn-dd95bc225f332c3c8ad23db55b3600b75e9511f1.zip | |
found a NRE
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Shiftorium.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Shiftorium.cs b/ShiftOS_TheReturn/Shiftorium.cs index e6fc299..ab95f43 100644 --- a/ShiftOS_TheReturn/Shiftorium.cs +++ b/ShiftOS_TheReturn/Shiftorium.cs @@ -208,9 +208,9 @@ namespace ShiftOS.Engine } catch { - return false; Console.WriteLine("Upgrade " + id + "DNE."); Console.WriteLine(); + return false; } } |
