aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/Shiftorium.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-28 12:27:16 -0500
committerlempamo <[email protected]>2017-02-28 12:27:16 -0500
commitdd95bc225f332c3c8ad23db55b3600b75e9511f1 (patch)
treee8b779f598f271c0e0db294a141e5316a82e824b /ShiftOS_TheReturn/Shiftorium.cs
parent8656337c5dc64bea29f330a51b362f0a6b85ef78 (diff)
downloadshiftos_thereturn-dd95bc225f332c3c8ad23db55b3600b75e9511f1.tar.gz
shiftos_thereturn-dd95bc225f332c3c8ad23db55b3600b75e9511f1.tar.bz2
shiftos_thereturn-dd95bc225f332c3c8ad23db55b3600b75e9511f1.zip
found a NRE
Diffstat (limited to 'ShiftOS_TheReturn/Shiftorium.cs')
-rw-r--r--ShiftOS_TheReturn/Shiftorium.cs2
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;
}
}