mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-02-02 06:17:34 +00:00
shiftorium does not need to have a exception
as a result you can now create new saves
This commit is contained in:
parent
a05cebba57
commit
337d0ac1dd
1 changed files with 3 additions and 1 deletions
|
@ -208,7 +208,9 @@ namespace ShiftOS.Engine
|
|||
}
|
||||
catch
|
||||
{
|
||||
throw new ShiftoriumUpgradeLookupException(id);
|
||||
return false;
|
||||
Console.WriteLine("Upgrade " + id + "DNE.");
|
||||
Console.WriteLine();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue