fix: Fixes continuing after deserialization error (#1761)
This commit is contained in:
parent
328c6daa60
commit
05535ec9d1
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ public static class EntityPersistence
|
|||
{
|
||||
deleteAllFailures = true;
|
||||
}
|
||||
else if (pressedKey.InsensitiveEquals("y"))
|
||||
else if (!pressedKey.InsensitiveEquals("y"))
|
||||
{
|
||||
throw new Exception("Deserialization failed.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue