diff --git a/Projects/Server/World/EntityPersistence.cs b/Projects/Server/World/EntityPersistence.cs index 27a58fa1b..88016eef6 100644 --- a/Projects/Server/World/EntityPersistence.cs +++ b/Projects/Server/World/EntityPersistence.cs @@ -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."); }