shiftorium does not need to have a exception

as a result you can now create new saves
This commit is contained in:
william341 2017-02-26 11:14:44 -07:00
parent a05cebba57
commit 337d0ac1dd

View file

@ -208,7 +208,9 @@ namespace ShiftOS.Engine
}
catch
{
throw new ShiftoriumUpgradeLookupException(id);
return false;
Console.WriteLine("Upgrade " + id + "DNE.");
Console.WriteLine();
}
}